Update dependencies, add patches

This commit is contained in:
Jeremy Soller
2020-05-22 09:06:03 -06:00
parent f3a35af0de
commit 713058f183
3 changed files with 182 additions and 686 deletions
View File
Generated
+177 -686
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -19,3 +19,8 @@ members = [
"usbhidd",
"usbscsid",
]
[patch.crates-io]
mio = { git = "https://gitlab.redox-os.org/redox-os/mio.git", branch = "redox-unix" }
net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "redox-unix" }
pbr = { git = "https://github.com/jackpot51/pb.git" }