Skip to content

Commit

Permalink
upgrade pyo3 to v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 12, 2023
1 parent 1393d4d commit 62b9c37
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 @@ -23,5 +23,5 @@ neon = ["blake3/neon"]
[dependencies]
blake3 = { version = "1.0.0", features = ["rayon"] }
hex = "0.4.2"
pyo3 = { version = "0.19.0", features = ["extension-module"] }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
rayon = "1.2.1"

0 comments on commit 62b9c37

Please sign in to comment.