Skip to content

Commit 2497058

Browse files
committed
2.3.1 - Rule Priorities
1 parent a3978e8 commit 2497058

File tree

5 files changed

+110
-81
lines changed

5 files changed

+110
-81
lines changed

Cargo.lock

Lines changed: 64 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wooting-profile-switcher"
33
description = "Wooting Profile Switcher"
4-
version = "2.3.0"
4+
version = "2.3.1"
55
authors = ["Shayne Hartford <[email protected]>", "Tony Langhammer"]
66
edition = "2021"
77
readme = "README.md"
@@ -43,7 +43,10 @@ wildflower = "0.3"
4343
wooting-rgb-sys = "0.3"
4444

4545
[target.'cfg(windows)'.dependencies]
46-
windows = { version = "0.51", features = ["Win32_Foundation", "Win32_System_Console"] }
46+
windows = { version = "0.51", features = [
47+
"Win32_Foundation",
48+
"Win32_System_Console",
49+
] }
4750

4851
[features]
4952
# this feature is used for production builds or when `devPath` points to the filesystem

0 commit comments

Comments
 (0)