Skip to content

Commit 4d0983d

Browse files
author
Andrew J Westlake
committed
Changed pyo3 dependency back to crates.io version
1 parent ff71a4c commit 4d0983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ clap = "2.33"
1616
futures = "0.3"
1717
lazy_static = "1.4"
1818
once_cell = "1.5"
19-
pyo3 = { git = "https://github.com/awestlake87/pyo3", branch = "finalization-bugfix" }
19+
pyo3 = "0.13"
2020
tokio = { version = "0.3", features = ["full"] }

0 commit comments

Comments
 (0)