Skip to content

Commit

Permalink
chore(deps): bump windows-hotkeys from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [windows-hotkeys](https://github.com/dnlmlr/windows-hotkeys) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/dnlmlr/windows-hotkeys/releases)
- [Commits](https://github.com/dnlmlr/windows-hotkeys/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: windows-hotkeys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LGUG2Z committed Apr 16, 2023
1 parent 329bef8 commit b819dc3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ color-eyre = "0.6"
dirs = "5"
lazy_static = "1"
parking_lot = "0.12"
windows-hotkeys = "0.1.1"
windows-hotkeys = "0.2.0"
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use windows_hotkeys::error::HkError;
use windows_hotkeys::keys::ModKey;
use windows_hotkeys::keys::VKey;
use windows_hotkeys::HotkeyManager;
use windows_hotkeys::HotkeyManagerImpl;

mod parser;
mod whkdrc;
Expand Down

0 comments on commit b819dc3

Please # to comment.