Skip to content

Commit 7cef0e8

Browse files
committed
Move cargo install cargo-component to install.sh, pin to 0.16.0
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent 6be0038 commit 7cef0e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/bin/bash
22

3-
# install cargo-component
4-
cargo install cargo-component
5-
63
# build our project
74
cargo component build --release

scripts/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ git clone https://github.com/bytecodealliance/wasm-pkg-tools
77
cd wasm-pkg-tools/crates/wkg
88
cargo install --path .
99
cd ../../../../
10+
11+
# install cargo-component
12+
cargo install cargo-component --version 0.16.0

0 commit comments

Comments
 (0)