diff --git a/Cargo.lock b/Cargo.lock index 3be6ce4..b10f8db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "input-capture" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ashpd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c149427..2eb7250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ lto = "fat" [dependencies] input-event = { path = "input-event", version = "0.2.1" } input-emulation = { path = "input-emulation", version = "0.1.0", default-features = false } -input-capture = { path = "input-capture", version = "0.1.0", default-features = false } +input-capture = { path = "input-capture", version = "0.2.0", default-features = false } hickory-resolver = "0.24.1" toml = "0.8" diff --git a/input-capture/Cargo.toml b/input-capture/Cargo.toml index 17560a6..63e30a5 100644 --- a/input-capture/Cargo.toml +++ b/input-capture/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "input-capture" description = "cross-platform input-capture library used by lan-mouse" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/feschber/lan-mouse"