diff --git a/Cargo.lock b/Cargo.lock index 9bf13eb..74ff7bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "input-emulation" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ashpd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4117c06..0232cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ lto = "fat" [dependencies] input-event = { path = "input-event", version = "0.2.1" } -input-emulation = { path = "input-emulation", version = "0.2.0", default-features = false } +input-emulation = { path = "input-emulation", version = "0.2.1", default-features = false } input-capture = { path = "input-capture", version = "0.2.0", default-features = false } hickory-resolver = "0.24.1" diff --git a/input-emulation/Cargo.toml b/input-emulation/Cargo.toml index 1ecf8d8..c4f55db 100644 --- a/input-emulation/Cargo.toml +++ b/input-emulation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "input-emulation" description = "cross-platform input emulation library used by lan-mouse" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/feschber/lan-mouse"