Skip to content

Commit

Permalink
pin PyO3 version exactly
Browse files Browse the repository at this point in the history
We need to do this until PyO3/pyo3#830 is
resolved.
  • Loading branch information
oconnor663 committed Mar 29, 2020
1 parent aed051d commit 4c9b3df
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 @@ -19,6 +19,6 @@ crate-type = ["cdylib"]

[dependencies]
blake3 = { version = "0.2.2", features = ["c", "rayon"] }
pyo3 = { version = "0.9.1", features = ["extension-module"] }
pyo3 = { version = "=0.9.0-alpha.1", features = ["extension-module"] }
arrayref = "0.3.6"
hex = "0.4.2"

0 comments on commit 4c9b3df

Please sign in to comment.