Use redox-os/syscall for git dep.

This commit is contained in:
4lDO2
2025-04-19 19:23:57 +02:00
parent e6df56cf1b
commit f7d413e1bb
2 changed files with 2 additions and 3 deletions
Generated
+1 -1
View File
@@ -235,7 +235,7 @@ checksum = "64072665120942deff5fd5425d6c1811b854f4939e7f1c01ce755f64432bbea7"
[[package]]
name = "redox_syscall"
version = "0.5.11"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=nuke_proc#8a80d1f58bc92d8c0eb73a939420fb30fe1e85d0"
source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#8f646a63ac9c3aa532a37ddfdc136ec19878f0d6"
dependencies = [
"bitflags 2.9.0",
]
+1 -2
View File
@@ -16,8 +16,7 @@ hashbrown = { version = "0.14.3", default-features = false, features = ["ahash",
linked_list_allocator = "0.9.0"
log = "0.4"
redox-path = "0.2.0"
#redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git", branch = "master", default-features = false }
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "nuke_proc", default-features = false }
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git", branch = "master", default-features = false }
slab_allocator = { path = "slab_allocator", optional = true }
spin = "0.9.8"
spinning_top = { version = "0.3", features = ["arc_lock"] }