Skip to content

Commit

Permalink
chore(rust): upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed May 13, 2024
1 parent 3dd8a35 commit 5873fbb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
21 changes: 11 additions & 10 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/composition_processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ globals = { path = "../globals" }
itf_components = { path = "../itf_components" }

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader",
Expand Down
2 changes: 1 addition & 1 deletion rust/globals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name = "globals"
crate-type = ["rlib", "staticlib"]

[dependencies]
windows = "0.54.0"
windows = "0.56.0"
2 changes: 1 addition & 1 deletion rust/ime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ globals = { path = "../globals" }
winreg = "0.10.1"

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_Graphics_Gdi",
"Win32_System_Com",
Expand Down
2 changes: 1 addition & 1 deletion rust/input_processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ globals = { path = "../globals" }
itf_components = { path = "../itf_components" }

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_UI_TextServices",
]
3 changes: 2 additions & 1 deletion rust/itf_components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ crate-type = ["rlib", "staticlib"]
ime = { path = "../ime" }
globals = { path = "../globals" }
ruststringrange = { path = "../ruststringrange" }
windows-core = "0.56.0"

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"implement",
"Win32_Foundation",
Expand Down
2 changes: 1 addition & 1 deletion rust/numberkey_windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["rlib", "staticlib"]

[dependencies]
[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_UI_Input_KeyboardAndMouse",
]

0 comments on commit 5873fbb

Please sign in to comment.