File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ ensure-tools:
1919 cargo install cargo-component --locked --version 0.21.1
2020 cargo install wit-bindgen-cli --locked --version 0.43.0
2121
22- build-all target = default-target : (build target) (build-wasm-examples target) (build-rust-wasm-examples target) (build-wasm-runtime target) (build-rust-component-examples target)
22+ build-all target = default-target : (build target) (build-wasm-examples target) (build-rust-wasm-examples target) (build-rust-component-examples target) (build-wasm-runtime target)
2323
24- build target = default-target features = " ": (build-wasm-runtime target) ( fmt-check )
24+ build target = default-target features = " ": (fmt-check )
2525 cargo build {{ if features == " " {' ' } else if features== " no-default-features" {" --no-default-features" } else {" --no-default-features -F " + features } }} --verbose --profile={{ if target == " debug" {" dev" } else { target } }}
2626
2727mkdir-redist target = default-target :
You can’t perform that action at this time.
0 commit comments