diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-01-25 17:24:45 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-01-25 17:24:45 +0100 |
| commit | 8de317dd8f3006531ee68992f8ea78c7248188c2 (patch) | |
| tree | d2541e96c37aee94a51a3e4cc65d8da0c8d73c3f /build_sysroot | |
| parent | 74c7a7b7c530beb70b08fe8fe7acfdc1d7226dc5 (diff) | |
| download | rust-8de317dd8f3006531ee68992f8ea78c7248188c2.tar.gz rust-8de317dd8f3006531ee68992f8ea78c7248188c2.zip | |
Update compiler_builtins
Diffstat (limited to 'build_sysroot')
| -rw-r--r-- | build_sysroot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml index 2935a8bd3d3..f28a46245e8 100644 --- a/build_sysroot/Cargo.toml +++ b/build_sysroot/Cargo.toml @@ -5,7 +5,7 @@ version = "0.0.0" [dependencies] core = { path = "./sysroot_src/src/libcore" } -compiler_builtins = "=0.1.20" # FIXME use "0.1" once libstd has updated for the latest version +compiler_builtins = "0.1" alloc = { path = "./sysroot_src/src/liballoc" } std = { path = "./sysroot_src/src/libstd", features = ["panic_unwind", "backtrace"] } test = { path = "./sysroot_src/src/libtest" } |
