mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
fix(deps): update rust crate windows to 0.57 (#935)
* fix(deps): update rust crate windows to 0.57 * change file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
This commit is contained in:
5
.changes/windows-rs-0.57.md
Normal file
5
.changes/windows-rs-0.57.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tao": "patch"
|
||||
---
|
||||
|
||||
Update `windows` crate to `0.57`
|
||||
@@ -58,10 +58,10 @@ softbuffer = "0.4"
|
||||
parking_lot = "0.12"
|
||||
unicode-segmentation = "1.11"
|
||||
windows-version = "0.1"
|
||||
windows-core = "0.56"
|
||||
windows-core = "0.57"
|
||||
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows]
|
||||
version = "0.56"
|
||||
version = "0.57"
|
||||
features = [
|
||||
"implement",
|
||||
"Win32_Devices_HumanInterfaceDevice",
|
||||
|
||||
Reference in New Issue
Block a user