We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce37aa7 + 8f8de78 commit a556589Copy full SHA for a556589
scripts/optimize-cosmwasm.sh
@@ -33,7 +33,7 @@ cargo fmt --all
33
cargo clean
34
35
rustup target add wasm32-unknown-unknown
36
-cargo install cosmwasm-check --locked
+cargo install cosmwasm-check@1.4.1 --locked
37
38
39
RUSTFLAGS='-C link-arg=-s' cargo build --workspace --exclude test-utils --release --lib --target wasm32-unknown-unknown
0 commit comments