Skip to content

Commit

Permalink
chore: Bumped workspace optimizer version
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Mar 31, 2023
1 parent 9674d0d commit f2403f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/optimized_build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
fi \
) \
--env RELEASE_VERSION="${RELEASE_VERSION}" \
cosmwasm/workspace-optimizer:0.12.12
cosmwasm/workspace-optimizer:0.12.13
- name: "Check for WASM binaries larger than allowed limit"
shell: "sh"
run: |
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.67" # Update accordingly to cosmwasm/workspace-optimizer's Rust version
channel = "1.68" # Update accordingly to cosmwasm/workspace-optimizer's Rust version
targets = [ "wasm32-unknown-unknown" ]
components = [ "clippy", "rustfmt" ]
profile = "minimal"

0 comments on commit f2403f8

Please sign in to comment.