Merge pull request #139 from rust-lang/fix/compiler-builtin-version
Fix version of compiler_builtins to fix compilation failure
This commit is contained in:
commit
b3e50bde9d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ version = "0.0.0"
|
|||
|
||||
[dependencies]
|
||||
core = { path = "./sysroot_src/library/core" }
|
||||
compiler_builtins = "0.1"
|
||||
compiler_builtins = "=0.1.70" # TODO: update back to "0.1" when updating to latest nightly.
|
||||
alloc = { path = "./sysroot_src/library/alloc" }
|
||||
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
|
||||
test = { path = "./sysroot_src/library/test" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue