Skip to content

Commit bea62f6

Browse files
committed
Update dependencies
1 parent f167b78 commit bea62f6

File tree

2 files changed

+40
-67
lines changed

2 files changed

+40
-67
lines changed

Cargo.lock

+39-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["strip"]
2-
31
[package]
42
name = "osm"
53
version = "2.1.1"
@@ -8,7 +6,7 @@ description = "A utility for Linux systems that maps a modifier key to another k
86
authors = ["Keita Urashima <[email protected]>"]
97

108
[dependencies]
11-
clap = "3.0.0-beta.5"
9+
clap = { version = "3.0.0", features = ["derive"] }
1210
evdev = "0.11.1"
1311

1412
[profile.release]

0 commit comments

Comments
 (0)