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)