mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-14 11:21:26 +03:00
specify dependency versions explicitly
This commit is contained in:
@@ -18,9 +18,9 @@ strip = true
|
|||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
input-event = { path = "input-event" }
|
input-event = { path = "input-event", version = "0.1.0" }
|
||||||
input-emulation = { path = "input-emulation", default-features = false }
|
input-emulation = { path = "input-emulation", version = "0.1.0", default-features = false }
|
||||||
input-capture = { path = "input-capture", default-features = false }
|
input-capture = { path = "input-capture", version = "0.1.0", default-features = false }
|
||||||
|
|
||||||
hickory-resolver = "0.24.1"
|
hickory-resolver = "0.24.1"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user