We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1097b3e commit 41ed3b3Copy full SHA for 41ed3b3
1 file changed
src/setup/mod.rs
@@ -20,7 +20,7 @@ const MINIMUM_NPM_MINOR: u32 = 0;
20
pub const REQUIRED_PY_MAJOR: u32 = 3;
21
pub const MINIMUM_PY_MINOR: u32 = 10;
22
pub const REQUIRED_PY_PACKAGE: &str = "componentize-py==0.11.0";
23
-const WASM_TOOLS_VERSION: &str = "v1.225.0";
+const WASM_TOOLS_VERSION: &str = "1.225.0";
24
25
#[derive(Clone)]
26
pub enum Dependency {
0 commit comments