From 463d5810fe7b300be076a37434aba5234d3143d5 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 17 Oct 2023 18:21:19 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbaecccae..4ed99332d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ png = "0.17" parking_lot = "0.12" unicode-segmentation = "1.10" image = { version = "0.24", default-features = false } -windows-implement = "0.51.1" +windows-implement = "0.51" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.51.1"