Remove patches which are now done in the cookbook

This commit is contained in:
Jeremy Soller
2019-06-16 11:08:49 -06:00
parent d1a50d0fd0
commit c55307073c
-8
View File
@@ -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" }