pinning cargo dep versions for CLI (#1775)

* pinning cargo dep versions for CLI

* add --locked to the workflow

Co-authored-by: Stephen Chavez <stephen@start9labs.com>
This commit is contained in:
Stephen Chavez
2022-09-07 15:25:14 +00:00
committed by GitHub
parent 50111e37da
commit f0466aaa56
6 changed files with 8 additions and 8 deletions

View File

@@ -8,4 +8,4 @@ if [ "$0" != "./install-sdk.sh" ]; then
exit 1
fi
cargo install --bin=embassy-sdk --bin=embassy-cli --path=. --no-default-features --features=js_engine
cargo install --bin=embassy-sdk --bin=embassy-cli --path=. --no-default-features --features=js_engine --locked