Skip to content

Commit ff71a4c

Browse files
author
Andrew J Westlake
committed
changed pyo3 git dependency back to finalization-bugfix
1 parent c2ce5df commit ff71a4c

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", rev = "1ac57f7a3ca663fa4a18f8ff13ffebc39e9bd9e1" }
19+
pyo3 = { git = "https://github.com/awestlake87/pyo3", branch = "finalization-bugfix" }
2020
tokio = { version = "0.3", features = ["full"] }

0 commit comments

Comments
 (0)