From 84cdedbd0b39cf7c14df2c4c90c2925b8d18fc49 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 17 Nov 2015 09:23:44 +0100 Subject: [PATCH 1/2] Update to bitflags 0.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8c554e4..79f92ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 320f728dc4cdc8d7ca6b405d7d0e1d79e405214e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 17 Nov 2015 09:24:35 +0100 Subject: [PATCH 2/2] Bump the version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79f92ded..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 "]