Skip to content

Commit 3dc8a56

Browse files
elmarcoCBenoit
authored andcommitted
1 parent de9b9cb commit 3dc8a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xtask/src/bin_version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pub const GRCOV: CargoPackage = CargoPackage::new("grcov", "0.8.19");
99
pub const WASM_PACK: CargoPackage = CargoPackage::new("wasm-pack", "0.12.1");
1010
pub const TYPOS_CLI: CargoPackage = CargoPackage::new("typos-cli", "1.16.23").with_binary_name("typos");
1111

12-
pub const WABT_VERSION: &str = "1.0.33";
12+
pub const WABT_VERSION: &str = "1.0.36";

xtask/src/wasm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn install_wasm2wat(sh: &Shell) -> anyhow::Result<()> {
6161
} else if cfg!(target_os = "macos") {
6262
"macos-14"
6363
} else {
64-
"ubuntu"
64+
"ubuntu-20.04"
6565
};
6666

6767
let url = format!(

0 commit comments

Comments
 (0)