We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651d393 commit cdb5ce6Copy full SHA for cdb5ce6
src/release.rs
@@ -617,7 +617,7 @@ static LLVM_URL: Lazy<Url> = Lazy::new(|| {
617
panic!("unsupported macOS architecture");
618
}
619
} else if cfg!(target_os = "linux") {
620
- Url::parse("https://github.com/indygreg/toolchain-tools/releases/download/toolchain-bootstrap%2F20251029/llvm-20.1.4+20251029-gnu_only-x86_64-unknown-linux-gnu.tar.zst").unwrap()
+ Url::parse("https://github.com/indygreg/toolchain-tools/releases/download/toolchain-bootstrap%2F20251029/llvm-21.1.4+20251029-gnu_only-x86_64-unknown-linux-gnu.tar.zst").unwrap()
621
} else {
622
panic!("unsupported platform");
623
0 commit comments