Skip to content

Commit 7f02de7

Browse files
authored
Update PyO3 to 0.22.2 (#48)
1 parent c6513ae commit 7f02de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "libipld"
1313
crate-type = ["rlib", "cdylib"]
1414

1515
[dependencies]
16-
pyo3 = { version = "0.21.0-beta.0", features = ["generate-import-lib", "anyhow"] }
16+
pyo3 = { version = "0.22.2", features = ["generate-import-lib", "anyhow"] }
1717
python3-dll-a = "0.2.7"
1818
anyhow = "1.0.75"
1919
libipld = { version = "0.16.0", features = ["dag-cbor"] }

profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ structopt = "0.3.26"
1111
clap = "4.5.1"
1212

1313
[dependencies.pyo3]
14-
version = "0.21.0-beta.0"
14+
version = "0.22.2"

0 commit comments

Comments
 (0)