We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238c81 commit e7bc653Copy full SHA for e7bc653
Cargo.toml
@@ -21,7 +21,7 @@ path = "src/lib.rs"
21
22
[dependencies]
23
thiserror = "2.0.3"
24
-pyo3 = { version = "0.23", optional = true, features = ["multiple-pymethods"] }
+pyo3 = { version = "0.24", optional = true, features = ["multiple-pymethods"] }
25
bitvec = "1.0.1"
26
serde = { version = "1.0.152", features = ["derive"], optional = true }
27
proptest = { version = "1.1.0", optional = true }
0 commit comments