add explicit version

This commit is contained in:
Ferdinand Schober
2024-07-02 22:39:20 +02:00
parent 684735b499
commit 35e626976e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ anyhow = "1.0.86"
futures = "0.3.28"
futures-core = "0.3.30"
log = "0.4.22"
input-event = { path = "../input-event" }
input-event = { path = "../input-event", version = "0.1.0" }
memmap = "0.7"
tempfile = "3.8"
thiserror = "1.0.61"