chore: Release

This commit is contained in:
Ferdinand Schober
2026-06-12 15:07:11 +02:00
parent 4b93be3228
commit 0d2190e787
9 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "input-emulation"
description = "cross-platform input emulation library used by lan-mouse"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/feschber/lan-mouse"
@@ -10,7 +10,7 @@ repository = "https://github.com/feschber/lan-mouse"
async-trait = "0.1.80"
futures = "0.3.28"
log = "0.4.22"
input-event = { path = "../input-event", version = "0.3.0" }
input-event = { path = "../input-event", version = "0.4.0" }
thiserror = "2.0.0"
tokio = { version = "1.32.0", features = [
"io-util",