Skip to content

Commit 19250cd

Browse files
Apply Version Updates From Current Changes (#111)
Co-authored-by: amrbashir <[email protected]>
1 parent 49587a7 commit 19250cd

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.changes/windwos-sys-0-52.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.4.3]
4+
5+
- [`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
6+
37
## \[0.4.2]
48

59
- [`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).

Cargo.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "window-vibrancy"
33
description = "Make your windows vibrant."
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
5-
version = "0.4.2"
5+
version = "0.4.3"
66
edition = "2021"
77
rust-version = "1.56"
88
license = "Apache-2.0 OR MIT"
@@ -21,14 +21,20 @@ raw-window-handle = "0.5"
2121

2222
[dev-dependencies]
2323
tao = "0.23"
24-
winit = {version = "0.29", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "rwh_05"] }
24+
winit = { version = "0.29", default-features = false, features = [
25+
"x11",
26+
"wayland",
27+
"wayland-dlopen",
28+
"wayland-csd-adwaita",
29+
"rwh_05"
30+
] }
2531

2632
[target."cfg(target_os = \"windows\")".dependencies]
2733
windows-version = "0.1"
2834

29-
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
30-
version = "0.52.0"
31-
features = [
35+
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
36+
version = "0.52.0"
37+
features = [
3238
"Win32_Foundation",
3339
"Win32_System_LibraryLoader",
3440
"Win32_System_SystemInformation",

0 commit comments

Comments
 (0)