mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
fix(deps): update rust crate windows-sys to 0.45 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ccffd38c5e
commit
4f2ec9ec09
|
@ -17,7 +17,7 @@ once_cell = "1"
|
|||
thiserror = "1"
|
||||
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
|
||||
version = "0.42"
|
||||
version = "0.45"
|
||||
features = [
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_Foundation",
|
||||
|
|
Loading…
Reference in a new issue