Update dependencies.
This commit is contained in:
+1
-5
@@ -39,8 +39,7 @@ failure = "0.1.8"
|
||||
getrandom = { version = "0.2.5", optional = true }
|
||||
libc = "0.2"
|
||||
log = { version = "0.4.14", default-features = false, optional = true}
|
||||
redox_syscall = "0.3"
|
||||
# range-tree = { path = "../../../../../range-tree" }
|
||||
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" }
|
||||
range-tree = { git = "https://gitlab.redox-os.org/redox-os/range-tree.git" }
|
||||
seahash = { version = "4.1.0", default-features = false }
|
||||
termion = { version = "1.5.6", optional = true }
|
||||
@@ -74,6 +73,3 @@ std = [
|
||||
fuser = { version = "0.12.0", optional = true }
|
||||
libc = { version = "0.2", optional = true }
|
||||
time = { version = "0.1", optional = true }
|
||||
|
||||
[patch.crates-io]
|
||||
redox_syscall = { path = "../../kernel/source/syscall" }
|
||||
|
||||
Reference in New Issue
Block a user