From 1f5c1771b627eab2b5e4a06f20ab6e592ed4d4cd Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Sat, 3 Feb 2024 08:37:50 +0100 Subject: [PATCH] correct windows-core dependency version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4348b2c..f6d3a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ android_system_properties = "0.1.5" core-foundation-sys = "0.8.3" [target.'cfg(target_os = "windows")'.dependencies] -windows-core = { version = ">=0.50, <=0.53" } +windows-core = { version = ">=0.50, <=0.52" } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.50"