Skip to content

Commit cca7e43

Browse files
author
Victoria Brekenfeld
committed
Bumb input-sys accordingly
1 parent 22a33e4 commit cca7e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
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.17.0"
21+
version = "1.18.0"
2222
path = "input-sys"
2323
default-features = false
2424

input-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "input-sys"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Victoria Brekenfeld (Drakulix) <[email protected]>"]
55
build = "build.rs"
66
description = "Bindgen generated unsafe libinput wrapper"

0 commit comments

Comments
 (0)