From 4db4d1a5a3646e8b56feec8654a90fb3b54ebb1e Mon Sep 17 00:00:00 2001 From: Daniel Hauck Date: Fri, 3 Jan 2025 19:40:40 +0100 Subject: [PATCH] Update download module to point to new prerelease SDKs --- xbuild/src/download.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbuild/src/download.rs b/xbuild/src/download.rs index 6cf31bd1..62f9a334 100644 --- a/xbuild/src/download.rs +++ b/xbuild/src/download.rs @@ -193,7 +193,7 @@ impl WorkItem { impl WorkItem { const ORG: &'static str = "rust-mobile"; const REPO: &'static str = "xbuild"; - const VERSION: &'static str = "v0.1.0+3"; + const VERSION: &'static str = "v0.2.1-alpha"; pub fn xbuild_release(output: PathBuf, artifact: &str) -> Self { Self::github_release(output, Self::ORG, Self::REPO, Self::VERSION, artifact)