diff --git a/Cargo.lock b/Cargo.lock index 629627f1..c742e666 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3225,8 +3225,3 @@ dependencies = [ "quote", "syn", ] - -[[patch.unused]] -name = "xkbcommon" -version = "0.5.0" -source = "git+https://github.com/rust-x-bindings/xkbcommon-rs#4e491bee1b850625ae077134901f89836edb6e81" diff --git a/Cargo.toml b/Cargo.toml index 46fdc99c..0f6142c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,3 @@ wayland-sys = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0 wayland-backend = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.9"} wayland-scanner = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"} wayland-client = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.9"} -xkbcommon = { git = "https://github.com/rust-x-bindings/xkbcommon-rs" }