Skip to content

Commit 911d694

Browse files
Update pyo3
1 parent d72c3c6 commit 911d694

File tree

2 files changed

+16
-57
lines changed

2 files changed

+16
-57
lines changed

Cargo.lock

Lines changed: 14 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ crate-type = ["cdylib"]
1717

1818
[dependencies]
1919
oo7_rs = { package = "oo7", path = "../client", version = "0.6.0-alpha" }
20-
pyo3 = { version = "0.27", features = ["extension-module", "abi3-py38"] }
21-
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"] }
20+
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py38"] }
21+
pyo3-async-runtimes = { version = "0.28", features = ["tokio-runtime"] }
2222
tokio = { version = "1", features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)