diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-28 09:11:07 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-28 09:11:07 +0000 |
| commit | 38b4b985984d6af2a2face7fef2e9b6c80be13d4 (patch) | |
| tree | ef30c46d309e20b380e60685634d6a4af2019657 | |
| parent | bd45794be5138cfdc016a96978ae1248410e6b26 (diff) | |
| download | rust-38b4b985984d6af2a2face7fef2e9b6c80be13d4.tar.gz rust-38b4b985984d6af2a2face7fef2e9b6c80be13d4.zip | |
Remove -preview tag from the llvm-tools component dependency
| -rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index b8f06e0b4b1..e41da0ad491 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] channel = "nightly-2023-05-26" -components = ["rust-src", "rustc-dev", "llvm-tools-preview"] +components = ["rust-src", "rustc-dev", "llvm-tools"] |
