Use crates.io for dependencies

This commit is contained in:
Jeremy Soller
2017-01-13 10:28:44 -07:00
parent 5ab8c050d8
commit 3f0bda4e14
+3 -3
View File
@@ -20,9 +20,9 @@ name = "redoxfs-mkfs"
path = "mkfs/main.rs"
[dependencies]
spin = "*"
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
spin = "0.4"
redox_syscall = "0.1"
[target.'cfg(unix)'.dependencies]
fuse = "0.2"
time = "*"
time = "0.1"