diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-13 10:45:27 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-13 10:45:27 +0000 |
| commit | 5d592ea79a6729ec2c06660225ebb5440a23704b (patch) | |
| tree | df137f6c92ba3ac4753aa831f09fb6e380d9e64f | |
| parent | c870c67bb26ce433f6d56f46cc51cfc2adc7d869 (diff) | |
| download | rust-5d592ea79a6729ec2c06660225ebb5440a23704b.tar.gz rust-5d592ea79a6729ec2c06660225ebb5440a23704b.zip | |
Rustup to rustc 1.72.0-nightly (df77afbca 2023-06-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 26b64211afb..ef99acb8211 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.92" +version = "0.1.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190" +checksum = "76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index 151da5a6089..c5149b2696b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-06-06" +channel = "nightly-2023-06-13" components = ["rust-src", "rustc-dev", "llvm-tools"] |
