Skip to content

Commit 3500a8f

Browse files
authored
chore: Rust optimizer version update to v0.13 (#234)
* Rust optimiser version update to v0.15 * Fix
1 parent 68baee7 commit 3500a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jenesis/contracts/build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from jenesis.tasks.utils import chunks, get_last_modified_timestamp
1212

1313

14-
CONTRACT_BUILD_IMAGE = "cosmwasm/rust-optimizer:0.12.9"
15-
WORKSPACE_BUILD_IMAGE = "cosmwasm/workspace-optimizer:0.12.9"
14+
CONTRACT_BUILD_IMAGE = "cosmwasm/rust-optimizer:0.13.0"
15+
WORKSPACE_BUILD_IMAGE = "cosmwasm/workspace-optimizer:0.13.0"
1616
DEFAULT_BUILD_STEPS = [
1717
"RUSTFLAGS='-C link-arg=-s' cargo build --release --lib --target wasm32-unknown-unknown",
1818
"mkdir -p artifacts",

0 commit comments

Comments
 (0)