Skip to content

Commit

Permalink
Update windows-msvc-sysroot fallback url to version 2024-12-25
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 31, 2024
1 parent ecee94e commit 620ceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/clang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::compiler::common::{

const MSVC_SYSROOT_REPOSITORY: &str = "trcrsired/windows-msvc-sysroot";
const MSVC_SYSROOT_ASSET_NAME: &str = "windows-msvc-sysroot.tar.xz";
const FALLBACK_DOWNLOAD_URL: &str = "https://github.com/trcrsired/windows-msvc-sysroot/releases/download/20241217/windows-msvc-sysroot.tar.xz";
const FALLBACK_DOWNLOAD_URL: &str = "https://github.com/trcrsired/windows-msvc-sysroot/releases/download/2024-12-25/windows-msvc-sysroot.tar.xz";

#[derive(Debug)]
pub struct Clang;
Expand Down

0 comments on commit 620ceb0

Please sign in to comment.