Use path to patch compiler-builtins

This commit is contained in:
Jeremy Soller
2020-05-27 20:24:59 -06:00
parent 8de10072b6
commit ae34ade595
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
paths = ["compiler-builtins"]
+3
View File
@@ -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
-3
View File
@@ -1,4 +1 @@
[dependencies.alloc]
[patch.crates-io]
compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins.git", rev = "25ea08da2824b8137b6ac1222b0171cb07cca083" }
+1
Submodule compiler-builtins added at 25ea08da28