Use path to patch compiler-builtins
This commit is contained in:
@@ -0,0 +1 @@
|
||||
paths = ["compiler-builtins"]
|
||||
@@ -13,3 +13,6 @@
|
||||
[submodule "pthreads-emb"]
|
||||
path = pthreads-emb
|
||||
url = https://gitlab.redox-os.org/redox-os/pthreads-emb.git
|
||||
[submodule "compiler-builtins"]
|
||||
path = compiler-builtins
|
||||
url = https://github.com/rust-lang/compiler-builtins.git
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
[dependencies.alloc]
|
||||
|
||||
[patch.crates-io]
|
||||
compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins.git", rev = "25ea08da2824b8137b6ac1222b0171cb07cca083" }
|
||||
|
||||
Submodule
+1
Submodule compiler-builtins added at 25ea08da28
Reference in New Issue
Block a user