Skip to content

Commit 7acde70

Browse files
committed
Update to pyo 0.24
1 parent a94c93d commit 7acde70

File tree

4 files changed

+122
-77
lines changed

4 files changed

+122
-77
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ doc = false
1818
extension-module = ["pyo3/extension-module"]
1919

2020
[dependencies]
21-
accesskit = { version = "0.18.0", features = ["pyo3"] }
22-
pyo3 = { version = "0.23", features = ["abi3-py38", "multiple-pymethods"] }
21+
accesskit = { version = "0.21.0", features = ["pyo3"] }
22+
pyo3 = { version = "0.24", features = ["abi3-py38", "multiple-pymethods"] }
2323

2424
[target.'cfg(target_os = "windows")'.dependencies]
25-
accesskit_windows = { version = "0.25.0" }
25+
accesskit_windows = { version = "0.29.0" }
2626

2727
[target.'cfg(target_os = "macos")'.dependencies]
28-
accesskit_macos = { version = "0.19.0" }
28+
accesskit_macos = { version = "0.22.0" }
2929

3030
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
31-
accesskit_unix = { version = "0.14.0" }
31+
accesskit_unix = { version = "0.17.0" }
3232

3333
[profile.release]
3434
lto = true

0 commit comments

Comments
 (0)