From 14beeb196a0b6879c1ca54f9c7c39657cf14f523 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Wed, 12 Jun 2024 19:48:19 +0300 Subject: [PATCH] change file --- .changes/windows-rs-0.57.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/windows-rs-0.57.md diff --git a/.changes/windows-rs-0.57.md b/.changes/windows-rs-0.57.md new file mode 100644 index 000000000..4bf052225 --- /dev/null +++ b/.changes/windows-rs-0.57.md @@ -0,0 +1,5 @@ +--- +"tao": "patch" +--- + +Update `windows` crate to `0.57` diff --git a/Cargo.toml b/Cargo.toml index 98434c80f..95f7409cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ 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.57"