Skip to content

Commit

Permalink
Pin to pyo3 470716e
Browse files Browse the repository at this point in the history
This revision of pyo3 contains a fix for PyO3/pyo3#1264.
  • Loading branch information
marco-c committed Nov 12, 2020
1 parent 5380094 commit 18d5215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ crate-type = ["cdylib"]
parsepatch = "0.2"

[dependencies.pyo3]
version = "0.12"
git = "https://github.com/Pyo3/pyo3.git"
rev = "470716e"
features = ["extension-module"]

[package.metadata.maturin]
Expand Down

0 comments on commit 18d5215

Please sign in to comment.