Skip to content

Commit

Permalink
chore(xtask): bump wabt to 1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarco committed Jan 23, 2025
1 parent 4a23584 commit 9cb217b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xtask/src/bin_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pub const GRCOV: CargoPackage = CargoPackage::new("grcov", "0.8.19");
pub const WASM_PACK: CargoPackage = CargoPackage::new("wasm-pack", "0.12.1");
pub const TYPOS_CLI: CargoPackage = CargoPackage::new("typos-cli", "1.16.23").with_binary_name("typos");

pub const WABT_VERSION: &str = "1.0.33";
pub const WABT_VERSION: &str = "1.0.36";
2 changes: 1 addition & 1 deletion xtask/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn install_wasm2wat(sh: &Shell) -> anyhow::Result<()> {
} else if cfg!(target_os = "macos") {
"macos-14"
} else {
"ubuntu"
"ubuntu-20.04"
};

let url = format!(
Expand Down

0 comments on commit 9cb217b

Please sign in to comment.