From 19250cd256cc6951f63208427a960203e2a22cbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 01:38:24 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#111) Co-authored-by: amrbashir --- .changes/windwos-sys-0-52.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 16 +++++++++++----- 3 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 .changes/windwos-sys-0-52.md diff --git a/.changes/windwos-sys-0-52.md b/.changes/windwos-sys-0-52.md deleted file mode 100644 index cbd498b..0000000 --- a/.changes/windwos-sys-0-52.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-vibrancy": patch ---- - -Update `windows-sys` crate to 0.52 diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d0949..fa976e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.3] + +- [`49587a7`](https://github.com/tauri-apps/window-vibrancy/commit/49587a7b366845048e3945bf525847c01c54d170)([#110](https://github.com/tauri-apps/window-vibrancy/pull/110)) Update `windows-sys` crate to 0.52 + ## \[0.4.2] - [`df08bfa`](https://github.com/tauri-apps/window-vibrancy/commit/df08bfad8a5346a0ff00f372834011a162180cb2)([#105](https://github.com/tauri-apps/window-vibrancy/pull/105)) `window_vibrancy::Error` implements [`std::error::Error`](https://doc.rust-lang.org/std/error/trait.Error.html). diff --git a/Cargo.toml b/Cargo.toml index 6ba0048..5955c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "window-vibrancy" description = "Make your windows vibrant." authors = [ "Tauri Programme within The Commons Conservancy" ] -version = "0.4.2" +version = "0.4.3" edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT" @@ -21,14 +21,20 @@ raw-window-handle = "0.5" [dev-dependencies] tao = "0.23" -winit = {version = "0.29", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "rwh_05"] } +winit = { version = "0.29", default-features = false, features = [ + "x11", + "wayland", + "wayland-dlopen", + "wayland-csd-adwaita", + "rwh_05" +] } [target."cfg(target_os = \"windows\")".dependencies] windows-version = "0.1" -[target."cfg(target_os = \"windows\")".dependencies.windows-sys] -version = "0.52.0" -features = [ + [target."cfg(target_os = \"windows\")".dependencies.windows-sys] + version = "0.52.0" + features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemInformation",