diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-13 12:23:45 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-13 12:23:45 +0100 |
| commit | db6fb616b9b94266b7941517e77e6ab824ca5cbf (patch) | |
| tree | 70e1bf5cae4c205460a0833fff3e797775a37fe3 | |
| parent | 02af3e383b48d2f49898d1352d65c205ef464113 (diff) | |
| download | rust-db6fb616b9b94266b7941517e77e6ab824ca5cbf.tar.gz rust-db6fb616b9b94266b7941517e77e6ab824ca5cbf.zip | |
Rustup to rustc 1.70.0-nightly (7b4f48927 2023-03-12)
| -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 1eadc8a4db6..f2150762991 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.88" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fbf11d629e314a85bc4d7348ee388d98ad0e8eb53182f3e5a17bc63613acd2" +checksum = "9fc9c2080d347a2c316518840ac9194644a9993dfa1e9778ef38979a339f5d8b" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index 1c2e2f90676..f86eb7a2b53 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-03-10" +channel = "nightly-2023-03-13" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
