diff --git a/Cargo.toml b/Cargo.toml index a8c554e4..1fe00084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-kbd" -version = "0.2.0" +version = "0.2.1" documentation = "http://vberger.github.io/wayland-kbd/wayland_kbd/" repository = "https://github.com/vberger/wayland-kbd" authors = ["Victor Berger "] @@ -8,7 +8,7 @@ license = "MIT" description = "Keyboard mapping utility for wayland-client using libxkbcommon." [dependencies] -bitflags = "0.1" +bitflags = "0.3" lazy_static = "0.1" libc = "0.1" mmap = "0.1"