Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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