Skip to content

Commit 691c850

Browse files
authored
Merge pull request #96 from Smithay/fixup-the-libinput-version
chore: Fixup input-sys version
2 parents d8bdd2e + ed115e4 commit 691c850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bitflags = "2.4"
1818
log = { version = "0.4.20", optional = true }
1919

2020
[dependencies.input-sys]
21-
version = "1.18.0"
21+
version = "1.19.0"
2222
path = "input-sys"
2323
default-features = false
2424

input-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "input-sys"
3-
version = "1.18.0"
3+
version = "1.19.0"
44
authors = ["Victoria Brekenfeld (Drakulix) <github@drakulix.de>"]
55
build = "build.rs"
66
description = "Bindgen generated unsafe libinput wrapper"

0 commit comments

Comments
 (0)