Skip to content

Commit 48186a9

Browse files
authored
fix!: Update Rust crates (#67)
* fix!: Update Rust crates * Update indexmap to remove old version of hashbrown
1 parent d188420 commit 48186a9

5 files changed

Lines changed: 128 additions & 97 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ doc = false
1616
cbindgen = []
1717

1818
[dependencies]
19-
accesskit = "0.21.1"
19+
accesskit = "0.22.0"
2020

2121
[target.'cfg(target_os = "windows")'.dependencies]
22-
accesskit_windows = "0.29.2"
22+
accesskit_windows = "0.30.0"
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]
25-
accesskit_macos = "0.22.2"
25+
accesskit_macos = "0.23.0"
2626

2727
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
28-
accesskit_unix = "0.17.2"
28+
accesskit_unix = "0.18.0"
2929

3030
[profile.release]
3131
lto = true

cbindgen.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ renaming_overrides_prefixing = true
3535
"Affine" = "accesskit_affine"
3636
"AriaCurrent" = "accesskit_aria_current"
3737
"AutoComplete" = "accesskit_auto_complete"
38+
"Color" = "accesskit_color"
3839
"DeactivationHandlerCallback" = "accesskit_deactivation_handler_callback"
3940
"HWND" = "HWND"
4041
"HasPopup" = "accesskit_has_popup"
@@ -60,6 +61,7 @@ renaming_overrides_prefixing = true
6061
"WPARAM" = "WPARAM"
6162
"opt_AriaCurrent" = "accesskit_opt_aria_current"
6263
"opt_AutoComplete" = "accesskit_opt_auto_complete"
64+
"opt_Color" = "accesskit_opt_color"
6365
"opt_HasPopup" = "accesskit_opt_has_popup"
6466
"opt_Invalid" = "accesskit_opt_invalid"
6567
"opt_ListStyle" = "accesskit_opt_list_style"

0 commit comments

Comments
 (0)