diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-27 12:39:40 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-27 12:39:40 +0200 |
| commit | 56facc424ad2cb4425f3c572901f196895f4d052 (patch) | |
| tree | af2d6c00184b434137978b56676e7c9c62668027 | |
| parent | e20fe219e6164adc4cb96dd1326a7ea034d50451 (diff) | |
| download | rust-56facc424ad2cb4425f3c572901f196895f4d052.tar.gz rust-56facc424ad2cb4425f3c572901f196895f4d052.zip | |
Rustup to rustc 1.54.0-nightly (ff2c947c0 2021-05-25)
| -rw-r--r-- | build_sysroot/Cargo.lock | 8 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 201b74f7f76..923deb9aec4 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -40,9 +40,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "cc" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" +checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" [[package]] name = "cfg-if" @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index fea0dba33f7..9fe6e093a7b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-05-18" +channel = "nightly-2021-05-26" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
