Skip to content

Commit 41ed3b3

Browse files
committed
setup: fix wasm-tools version number
1 parent 1097b3e commit 41ed3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/setup/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const MINIMUM_NPM_MINOR: u32 = 0;
2020
pub const REQUIRED_PY_MAJOR: u32 = 3;
2121
pub const MINIMUM_PY_MINOR: u32 = 10;
2222
pub const REQUIRED_PY_PACKAGE: &str = "componentize-py==0.11.0";
23-
const WASM_TOOLS_VERSION: &str = "v1.225.0";
23+
const WASM_TOOLS_VERSION: &str = "1.225.0";
2424

2525
#[derive(Clone)]
2626
pub enum Dependency {

0 commit comments

Comments
 (0)