We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae88135 commit 0ac1e28Copy full SHA for 0ac1e28
Cargo.toml
@@ -10,7 +10,7 @@ publish = false
10
lazy_static = "1.4.0"
11
thiserror = "1.0.30"
12
smallvec = "1.8.0"
13
-pyo3 = {version = "0.20.0", features = ["extension-module"], optional = true}
+pyo3 = {version = "0.27.1", features = ["extension-module"], optional = true}
14
quickcheck = {version = "1.0.3", optional = true}
15
serde = {version = "1.0", features = ["derive"], optional = true}
16
0 commit comments