Skip to content

Commit

Permalink
Upgrade the pyo3 crate (#1564)
Browse files Browse the repository at this point in the history
Fixes #1563
  • Loading branch information
e10e3 authored Jul 4, 2024
1 parent c8ea67f commit 5677a50
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.16.5", features = ["extension-module"] }
pyo3 = { version = "0.18.3", features = ["extension-module"] }
watermill = "0.1.1"
bincode = "1.3.3"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 5677a50

Please sign in to comment.