Skip to content

Commit

Permalink
bump pyo3 version 0.15->0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Apr 15, 2024
1 parent 157b04b commit 216245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/davesque/blake2b-py"
description = "Blake2b hashing in Rust with Python bindings."

[dependencies]
pyo3 = { version = "~0.15", features = ["extension-module"] }
pyo3 = { version = "~0.16", features = ["extension-module"] }

[dev-dependencies]
hex = "~0.4"
Expand Down

0 comments on commit 216245c

Please sign in to comment.