From b73e755a421ba7a68627747989ac99c2fe2da60d Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 13 Sep 2022 13:27:20 -0400 Subject: [PATCH] cleanup: remove unused patch --- Cargo.lock | 5 ----- Cargo.toml | 1 - 2 files changed, 6 deletions(-) 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" }