Use redox-os/syscall git dep.

This commit is contained in:
4lDO2
2025-04-19 19:29:17 +02:00
parent 47784aa56d
commit 0c72bd778d
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -46,7 +46,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "generic-rt"
version = "0.1.0"
source = "git+https://gitlab.redox-os.org/4lDO2/relibc.git?branch=userspace_proc#a2ab572c8b9f1de8592d68c632b9910a191034fc"
source = "git+https://gitlab.redox-os.org/4lDO2/relibc.git?branch=userspace_proc#9e73f93c5cd1bf4c7c2c2f530d2c0420737ad751"
[[package]]
name = "goblin"
@@ -151,7 +151,7 @@ checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
[[package]]
name = "redox-rt"
version = "0.1.0"
source = "git+https://gitlab.redox-os.org/4lDO2/relibc.git?branch=userspace_proc#a2ab572c8b9f1de8592d68c632b9910a191034fc"
source = "git+https://gitlab.redox-os.org/4lDO2/relibc.git?branch=userspace_proc#9e73f93c5cd1bf4c7c2c2f530d2c0420737ad751"
dependencies = [
"bitflags",
"generic-rt",
@@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.11"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=nuke_proc#8f646a63ac9c3aa532a37ddfdc136ec19878f0d6"
source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#8f646a63ac9c3aa532a37ddfdc136ec19878f0d6"
dependencies = [
"bitflags",
]
+1 -1
View File
@@ -34,4 +34,4 @@ lto = "fat"
panic = "abort"
[patch.crates-io]
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "nuke_proc" }
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git", branch = "master" }