From 655e437346d71e623584e80a55da016fcdd2b203 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 26 Jan 2021 08:53:49 +0100 Subject: [PATCH] xkbcommon-sys to 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18e7240..927b16e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ wayland-protocols = { version = "0.27", features = ["client", "unstable_protocol wayland-cursor = {version = "0.27", optional = true} tempfile = {version = "3.1.0", optional = true} xkb = {version = "0.2.1", optional = true} -xkbcommon-sys = {version = "0.7", optional = true} +xkbcommon-sys = {version = "0.7.5", optional = true} x11-dl = {version = "2.18.3", optional = true} [target.x86_64-unknown-redox.dependencies]