Skip to content

Commit

Permalink
Merge pull request #9 from Traverse-Research/run-sdk-ci
Browse files Browse the repository at this point in the history
🆙 Update download ORG and VERSION
  • Loading branch information
tosti007 authored Oct 22, 2024
2 parents 1051339 + 78524b8 commit 7dd4870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xbuild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xbuild"
version = "0.2.0"
version = "0.2.0+traverse"
edition = "2021"
description = "Builds rust mobile/desktop projects."
repository = "https://github.com/rust-mobile/xbuild"
Expand Down
4 changes: 2 additions & 2 deletions xbuild/src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ impl WorkItem {
}

impl WorkItem {
const ORG: &'static str = "rust-mobile";
const ORG: &'static str = "Traverse-Research";
const REPO: &'static str = "xbuild";
const VERSION: &'static str = "v0.1.0+3";
const VERSION: &'static str = "v0.2.0+traverse";

pub fn xbuild_release(output: PathBuf, artifact: &str) -> Self {
Self::github_release(output, Self::ORG, Self::REPO, Self::VERSION, artifact)
Expand Down

0 comments on commit 7dd4870

Please sign in to comment.