Skip to content

Commit c120c01

Browse files
switch back to upstream PyO3 repo
1 parent 5fe080d commit c120c01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ rand_pcg = "0.1.1"
2929
lazy_static = "1.4"
3030

3131
[dependencies.pyo3]
32-
# switch back to PyO3/pyo3 when
33-
# https://github.com/PyO3/pyo3/pull/630 lands;
3432
# switch to crates.io version once new version is published
35-
git = "https://github.com/programmerjake/pyo3.git"
36-
rev = "f55037c3779521520971cd528b05680b283e440c"
33+
git = "https://github.com/PyO3/pyo3.git"
34+
rev = "6a89a904e3ce01e9cd3087a540b3604de4119e34"
3735
optional = true
3836
features = ["num-bigint"]

0 commit comments

Comments
 (0)