Skip to content

Commit

Permalink
Bump to PyO3 version 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 19, 2024
1 parent 4e1a8c9 commit 2227ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "rust_src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.18.3", features = ["extension-module"] }
pyo3 = { version = "0.23.1", features = ["extension-module"] }
watermill = "0.1.1"
bincode = "1.3.3"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 2227ace

Please sign in to comment.