diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-30 12:22:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-30 12:22:46 +0000 |
| commit | dc7409c8ec53b6a2571b9856435bb07b29fa9515 (patch) | |
| tree | a1b7bf2a3e3113548434d2c9bb66b99a3b8224d1 | |
| parent | 86a71bf45b6252f030d9206f19b9901f4b9322a2 (diff) | |
| download | rust-dc7409c8ec53b6a2571b9856435bb07b29fa9515.tar.gz rust-dc7409c8ec53b6a2571b9856435bb07b29fa9515.zip | |
Rustup to rustc 1.70.0-nightly (17c116721 2023-03-29)
| -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 16927fb3d4a..d06a3ca4cf4 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.90" +version = "0.1.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ca0978cbe31e8ed82689ddb9e97f2839b006f9773c16d85be98d5e9f18673d" +checksum = "571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index bdf995b08c8..1655cbbd6de 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-03-27" +channel = "nightly-2023-03-30" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
