From d267a89ba983fb11892d95a660865482c0fefaa1 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sat, 21 Apr 2018 09:07:31 +0200 Subject: [PATCH] remove crates.io patch, wayland-rs 0.20 is published --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05b4d8d..59f30d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,9 +48,3 @@ backend_session_logind = ["dbus", "systemd", "backend_session"] backend_udev = ["udev", "backend_drm", "backend_session_udev"] renderer_glium = ["glium"] -[patch.crates-io] -wayland-server = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' } -wayland-client = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' } -wayland-protocols = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' } -wayland-sys = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' } -wayland-commons = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }