From 865aec3f3167e73336e10d965cca2087ecc91889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 9 Mar 2021 15:59:57 +0400 Subject: [PATCH] Patch crates.io to upstream/public URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0a779b..9df75a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ members = [ ] [patch.crates-io] -zbus = { path = '/home/elmarco/src/zbus/zbus' } -zvariant = { path = '/home/elmarco/src/zbus/zvariant' } -vnc = { path = '/home/elmarco/src/rust-vnc' } +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' }