Patch crates.io to upstream/public URLs

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2021-03-09 15:59:57 +04:00
parent 939e632931
commit 865aec3f31

View File

@ -8,6 +8,6 @@ members = [
] ]
[patch.crates-io] [patch.crates-io]
zbus = { path = '/home/elmarco/src/zbus/zbus' } zbus = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' }
zvariant = { path = '/home/elmarco/src/zbus/zvariant' } zvariant = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' }
vnc = { path = '/home/elmarco/src/rust-vnc' } vnc = { git = 'https://github.com/elmarco/rust-vnc', branch = 'server' }