Skip to content

Commit

Permalink
Bumb input-sys accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Brekenfeld committed Jan 19, 2024
1 parent 22a33e4 commit cca7e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bitflags = "2.4"
log = { version = "0.4.20", optional = true }

[dependencies.input-sys]
version = "1.17.0"
version = "1.18.0"
path = "input-sys"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion input-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "input-sys"
version = "1.17.0"
version = "1.18.0"
authors = ["Victoria Brekenfeld (Drakulix) <[email protected]>"]
build = "build.rs"
description = "Bindgen generated unsafe libinput wrapper"
Expand Down

0 comments on commit cca7e43

Please sign in to comment.