Skip to content

Commit ef9d410

Browse files
Update pyo3
1 parent 73c4e50 commit ef9d410

2 files changed

Lines changed: 16 additions & 57 deletions

File tree

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)