Skip to content

Commit

Permalink
chore: Rust optimizer version update to v0.13 (#234)
Browse files Browse the repository at this point in the history
* Rust optimiser version update to v0.15

* Fix
  • Loading branch information
MissingNO57 authored Nov 30, 2023
1 parent 68baee7 commit 3500a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jenesis/contracts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from jenesis.tasks.utils import chunks, get_last_modified_timestamp


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

0 comments on commit 3500a8f

Please sign in to comment.