diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-11-17 21:01:35 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-11-17 21:01:35 +0100 |
| commit | da83c84103e5f091ad1bee4823a6cc85bdf320a0 (patch) | |
| tree | d804b61e0b87c44f9e1f12a82331cd67dac17ed4 | |
| parent | 977e884acf4eecdab4ec03c0b40ceff7ed8caf51 (diff) | |
| download | rust-da83c84103e5f091ad1bee4823a6cc85bdf320a0.tar.gz rust-da83c84103e5f091ad1bee4823a6cc85bdf320a0.zip | |
Rustup to rustc 1.58.0-nightly (d914f17ca 2021-11-16)
| -rw-r--r-- | build_sysroot/Cargo.lock | 12 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 593c0efda87..2937f362161 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -40,9 +40,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "cc" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" +checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" [[package]] name = "cfg-if" @@ -67,9 +67,9 @@ version = "0.0.0" [[package]] name = "dlmalloc" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254" +checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" dependencies = [ "compiler_builtins", "libc", @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.103" +version = "0.2.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" +checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index b3c301defd3..5333b32e9b6 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-10-27" +channel = "nightly-2021-11-17" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
