From c55307073c11feeb75bf690ba5b52b009093d081 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 16 Jun 2019 11:08:49 -0600 Subject: [PATCH] Remove patches which are now done in the cookbook --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8225d57d8c..143e3a8b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,3 @@ members = [ "vesad", "xhcid" ] - -[patch.crates-io] -mio = { git = "https://gitlab.redox-os.org/redox-os/mio" } -net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "redox-unix" } -pbr = { git = "https://gitlab.redox-os.org/redox-os/pb.git", branch = "redox-unix" } -ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix" } -time = { git = "https://gitlab.redox-os.org/redox-os/time.git", branch = "redox-unix" } -#untrusted = { git = "https://github.com/briansmith/untrusted", tag = "ring-master" }