We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6513ae commit 7f02de7Copy full SHA for 7f02de7
Cargo.toml
@@ -13,7 +13,7 @@ name = "libipld"
13
crate-type = ["rlib", "cdylib"]
14
15
[dependencies]
16
-pyo3 = { version = "0.21.0-beta.0", features = ["generate-import-lib", "anyhow"] }
+pyo3 = { version = "0.22.2", features = ["generate-import-lib", "anyhow"] }
17
python3-dll-a = "0.2.7"
18
anyhow = "1.0.75"
19
libipld = { version = "0.16.0", features = ["dag-cbor"] }
profiling/Cargo.toml
@@ -11,4 +11,4 @@ structopt = "0.3.26"
11
clap = "4.5.1"
12
[dependencies.pyo3]
-version = "0.21.0-beta.0"
+version = "0.22.2"
0 commit comments