Skip to content

Commit 377af52

Browse files
switch to pyo3 v0.8.2
1 parent f36600b commit 377af52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ rand_pcg = "0.1.1"
3030
lazy_static = "1.4"
3131

3232
[dependencies.pyo3]
33-
# switch to crates.io version once new version is published
34-
git = "https://github.com/PyO3/pyo3.git"
35-
rev = "6a89a904e3ce01e9cd3087a540b3604de4119e34"
33+
version = "0.8.2"
3634
optional = true
3735
features = ["num-bigint"]

0 commit comments

Comments
 (0)