diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-17 15:36:32 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-17 15:36:32 +0200 |
| commit | a12e23bc7eaf491912e4f9887db984fe25636e1e (patch) | |
| tree | 84f10da933bf19f8bb3cc260a5d00b78302fe02f | |
| parent | b0d1f5030160ebec37717a6742912d3156b47d0e (diff) | |
| download | rust-a12e23bc7eaf491912e4f9887db984fe25636e1e.tar.gz rust-a12e23bc7eaf491912e4f9887db984fe25636e1e.zip | |
Rustup to rustc 1.55.0-nightly (a85f584ae 2021-06-16)
| -rw-r--r-- | build_sysroot/Cargo.lock | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 518c6ff3b3b..bcf692f1dc6 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index 92de398cc8b..6cb05bef6d3 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-06-08" +channel = "nightly-2021-06-17" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
