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 c2ce5df commit ff71a4cCopy full SHA for ff71a4c
Cargo.toml
@@ -16,5 +16,5 @@ clap = "2.33"
16
futures = "0.3"
17
lazy_static = "1.4"
18
once_cell = "1.5"
19
-pyo3 = { git = "https://github.com/awestlake87/pyo3", rev = "1ac57f7a3ca663fa4a18f8ff13ffebc39e9bd9e1" }
+pyo3 = { git = "https://github.com/awestlake87/pyo3", branch = "finalization-bugfix" }
20
tokio = { version = "0.3", features = ["full"] }
0 commit comments