Skip to content

Commit 04b7330

Browse files
committed
chore(release): v0.2.4
1 parent 4c08346 commit 04b7330

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whkd"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "A simple hotkey daemon for Windows"
55
categories = ["hotkey-daemon", "windows"]
66
repository = "https://github.com/LGUG2Z/whkd"
@@ -10,11 +10,11 @@ edition = "2021"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
active-win-pos-rs = "0.8"
13+
active-win-pos-rs = "0.9"
1414
chumsky = "0.9"
1515
clap = { version = "4", features = ["derive"] }
1616
color-eyre = "0.6"
1717
dirs = "5"
1818
lazy_static = "1"
1919
parking_lot = "0.12"
20-
win-hotkeys = "0.3"
20+
win-hotkeys = "0.3"

0 commit comments

Comments
 (0)