diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-09 17:18:46 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-09 17:18:46 +0000 |
| commit | af7ea3135deb4c2e4636d002b892c7ecf054a2e9 (patch) | |
| tree | 02b4c574195cf95b4ab1332bc12d159da0fd1170 /compiler/rustc_codegen_cranelift/rust-toolchain | |
| parent | 899eb03926be23f2e5d2ffcaa1d6f9ac40af7f13 (diff) | |
| parent | 69b3f5a426a5c1c05236a45b36f6679d95fbe01b (diff) | |
| download | rust-af7ea3135deb4c2e4636d002b892c7ecf054a2e9.tar.gz rust-af7ea3135deb4c2e4636d002b892c7ecf054a2e9.zip | |
Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-2024-08-09
Diffstat (limited to 'compiler/rustc_codegen_cranelift/rust-toolchain')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/rust-toolchain | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/rust-toolchain b/compiler/rustc_codegen_cranelift/rust-toolchain index db9b551bd2a..96c467e091c 100644 --- a/compiler/rustc_codegen_cranelift/rust-toolchain +++ b/compiler/rustc_codegen_cranelift/rust-toolchain @@ -1,3 +1,4 @@ [toolchain] -channel = "nightly-2024-07-13" +channel = "nightly-2024-08-09" components = ["rust-src", "rustc-dev", "llvm-tools"] +profile = "minimal" |
