Skip to content

Commit 18d5215

Browse files
committed
Pin to pyo3 470716e
This revision of pyo3 contains a fix for PyO3/pyo3#1264.
1 parent 5380094 commit 18d5215

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ crate-type = ["cdylib"]
1414
parsepatch = "0.2"
1515

1616
[dependencies.pyo3]
17-
version = "0.12"
17+
git = "https://github.com/Pyo3/pyo3.git"
18+
rev = "470716e"
1819
features = ["extension-module"]
1920

2021
[package.metadata.maturin]

0 commit comments

Comments
 (0)