Skip to content

Commit 42a71c6

Browse files
author
Andrew J Westlake
committed
Changed pyo3 to my fork
1 parent 82965fa commit 42a71c6

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
@@ -15,5 +15,5 @@ harness = false
1515
futures = "0.3"
1616
lazy_static = "1.4"
1717
once_cell = "1.5"
18-
pyo3 = { version = "0.12" }
18+
pyo3 = { git = "https://github.com/awestlake87/pyo3", branch = "finalization-bugfix" }
1919
tokio = { version = "0.3", features = ["full"] }

0 commit comments

Comments
 (0)