diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-27 14:17:26 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-27 14:17:26 +0200 |
| commit | fc8fbf4099716b104e4436567e765be7078c4fc2 (patch) | |
| tree | 5116a626821c6812fe16dce69f71a848701bbab5 | |
| parent | bf907a3de128f4e9e2edb03fc7ca0d5393503f49 (diff) | |
| download | rust-fc8fbf4099716b104e4436567e765be7078c4fc2.tar.gz rust-fc8fbf4099716b104e4436567e765be7078c4fc2.zip | |
Rustup to rustc 1.58.0-nightly (e269e6bf4 2021-10-26)
| -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 593c0efda87..9aca6186e60 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.103" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" +checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index cf294a2535f..b3c301defd3 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-10-09" +channel = "nightly-2021-10-27" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
