Skip to content

Commit

Permalink
Upgrade PyO3 to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 21, 2024
1 parent 1640bd1 commit 4c6b8ec
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 4c6b8ec

Please sign in to comment.