We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe080d commit c120c01Copy full SHA for c120c01
Cargo.toml
@@ -29,10 +29,8 @@ rand_pcg = "0.1.1"
29
lazy_static = "1.4"
30
31
[dependencies.pyo3]
32
-# switch back to PyO3/pyo3 when
33
-# https://github.com/PyO3/pyo3/pull/630 lands;
34
# switch to crates.io version once new version is published
35
-git = "https://github.com/programmerjake/pyo3.git"
36
-rev = "f55037c3779521520971cd528b05680b283e440c"
+git = "https://github.com/PyO3/pyo3.git"
+rev = "6a89a904e3ce01e9cd3087a540b3604de4119e34"
37
optional = true
38
features = ["num-bigint"]
0 commit comments