Skip to content

Commit

Permalink
chore(release): v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jan 1, 2025
1 parent 4c08346 commit 04b7330
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whkd"
version = "0.2.3"
version = "0.2.4"
description = "A simple hotkey daemon for Windows"
categories = ["hotkey-daemon", "windows"]
repository = "https://github.com/LGUG2Z/whkd"
Expand All @@ -10,11 +10,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
active-win-pos-rs = "0.8"
active-win-pos-rs = "0.9"
chumsky = "0.9"
clap = { version = "4", features = ["derive"] }
color-eyre = "0.6"
dirs = "5"
lazy_static = "1"
parking_lot = "0.12"
win-hotkeys = "0.3"
win-hotkeys = "0.3"

0 comments on commit 04b7330

Please sign in to comment.