Skip to content

Commit

Permalink
Update pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Nov 27, 2023
1 parent 9183531 commit 834c5ca
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.20", features = ["extension-module"] }

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

0 comments on commit 834c5ca

Please sign in to comment.