Skip to content

Commit

Permalink
Upgrade pyo3 to 0.10.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jun 22, 2020
1 parent 02b13b4 commit 2ad9716
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 @@ -11,7 +11,7 @@ description = "Thin Python bindings to de/compression algorithms in Rust"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.9.0-alpha.1", features = ["extension-module"] }
pyo3 = { version = "0.10.1", features = ["extension-module"] }
snap = "^1"
brotli2 = "^0.3"
lz4-compress = "^0.1"
Expand Down

0 comments on commit 2ad9716

Please sign in to comment.