diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-01 17:15:04 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-01 17:15:04 +0100 |
| commit | 2c41a6953b77bfd3db2e68b6b2f0f7dfba3be6d2 (patch) | |
| tree | f453b8d64edde974e36436a44fd7c55f8562a1af | |
| parent | 50a6a8454302c6ae028b80abc661278f30640360 (diff) | |
| download | rust-2c41a6953b77bfd3db2e68b6b2f0f7dfba3be6d2.tar.gz rust-2c41a6953b77bfd3db2e68b6b2f0f7dfba3be6d2.zip | |
Rustup to rustc 1.51.0-nightly (44e3daf5e 2020-12-31)
| -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 990557694ea..f3f29957ecd 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "addr2line" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423" +checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" dependencies = [ "compiler_builtins", "gimli", diff --git a/rust-toolchain b/rust-toolchain index d6ad24bcf26..a2b82fb1f4f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-12-23 +nightly-2021-01-01 |
