Skip to content

Commit ec412a5

Browse files
committed
chore: Release
1 parent e1096ae commit ec412a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lto = "fat"
1515

1616
[dependencies]
1717
input-event = { path = "input-event", version = "0.2.1" }
18-
input-emulation = { path = "input-emulation", version = "0.2.0", default-features = false }
18+
input-emulation = { path = "input-emulation", version = "0.2.1", default-features = false }
1919
input-capture = { path = "input-capture", version = "0.2.0", default-features = false }
2020

2121
hickory-resolver = "0.24.1"

input-emulation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "input-emulation"
33
description = "cross-platform input emulation library used by lan-mouse"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
repository = "https://github.com/feschber/lan-mouse"

0 commit comments

Comments
 (0)