Patch libc via git recipe rather than local.
This commit is contained in:
Generated
+2
-1
@@ -227,7 +227,8 @@ version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.141"
|
||||
version = "0.2.142"
|
||||
source = "git+https://gitlab.redox-os.org/4lDO2/liblibc.git?branch=redox#549b684411c88d6ac34ed8f426520cc4ff401902"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
|
||||
+1
-1
@@ -60,4 +60,4 @@ panic = "abort"
|
||||
panic = "abort"
|
||||
|
||||
[patch.crates-io]
|
||||
libc = { path = "/home/me/Projects/libc" }
|
||||
libc = { git = "https://gitlab.redox-os.org/4lDO2/liblibc.git", branch = "redox" }
|
||||
|
||||
Reference in New Issue
Block a user