Skip to content

Commit

Permalink
Update PyO3 to 0.22.2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Sep 7, 2024
1 parent c6513ae commit 7f02de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "libipld"
crate-type = ["rlib", "cdylib"]

[dependencies]
pyo3 = { version = "0.21.0-beta.0", features = ["generate-import-lib", "anyhow"] }
pyo3 = { version = "0.22.2", features = ["generate-import-lib", "anyhow"] }
python3-dll-a = "0.2.7"
anyhow = "1.0.75"
libipld = { version = "0.16.0", features = ["dag-cbor"] }
Expand Down
2 changes: 1 addition & 1 deletion profiling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ structopt = "0.3.26"
clap = "4.5.1"

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

0 comments on commit 7f02de7

Please sign in to comment.