Update dependencies.

This commit is contained in:
4lDO2
2023-08-02 15:28:35 +02:00
parent ae1f15a449
commit 7f8a2e467e
2 changed files with 12 additions and 12 deletions
+1 -5
View File
@@ -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" }