Skip to content

Commit a556589

Browse files
authored
Merge pull request #160 from icon-project/error-in-cosmwasm-build-issue
2 parents ce37aa7 + 8f8de78 commit a556589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/optimize-cosmwasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cargo fmt --all
3333
cargo clean
3434

3535
rustup target add wasm32-unknown-unknown
36-
cargo install cosmwasm-check --locked
36+
cargo install cosmwasm-check@1.4.1 --locked
3737

3838

3939
RUSTFLAGS='-C link-arg=-s' cargo build --workspace --exclude test-utils --release --lib --target wasm32-unknown-unknown

0 commit comments

Comments
 (0)