Skip to content

Commit a13e980

Browse files
committed
stop pinning pyo3
Fixes #4. Previously we were pinning a specific version, because the latest release had a bug that led to failing tests. Now it's been fixed.
1 parent c63afdb commit a13e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ crate-type = ["cdylib"]
1919

2020
[dependencies]
2121
blake3 = { version = "0.3.0", features = ["rayon"] }
22-
pyo3 = { version = "=0.9.0-alpha.1", features = ["extension-module"] }
22+
pyo3 = { version = "0.9.2", features = ["extension-module"] }
2323
arrayref = "0.3.6"
2424
hex = "0.4.2"

0 commit comments

Comments
 (0)