We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883c467 commit 2061fdbCopy full SHA for 2061fdb
Cargo.toml
@@ -16,10 +16,6 @@ serde = "1.0.228"
16
17
[dev-dependencies]
18
maplit = "1.0.2"
19
-pyo3 = { version = ">=0.26.0", features = ["auto-initialize"] }
+pyo3 = { version = "0.26.0", features = ["auto-initialize"] }
20
serde = { version = "1.0.228", features = ["derive"] }
21
serde_json = "1.0.145"
22
-
23
-[features]
24
-default = []
25
-abi3-py38 = ["pyo3/abi3-py38"]
0 commit comments