From cefc08d03ed7a9515772be06c4a647c8c399ef77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 8 Jul 2021 20:06:03 +0400 Subject: [PATCH] Use zbus upstream again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0092225..4fb7212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ members = [ default-members = ["qemu-rdw"] [patch.crates-io] -zbus = { git = 'https://gitlab.freedesktop.org/elmarco/zbus.git', branch = 'proxy-prop' } -zvariant = { git = 'https://gitlab.freedesktop.org/elmarco/zbus.git', branch = 'proxy-prop' } +zbus = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' } +zvariant = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' } vnc = { git = 'https://github.com/elmarco/rust-vnc', branch = 'server' } [patch."https://gitlab.gnome.org/malureau/rdw.git"]