Skip to content

Commit

Permalink
Update optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlittle committed Oct 2, 2024
1 parent f877a15 commit 6662850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library = []
optimize = """docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.0
cosmwasm/optimizer:0.16.0
"""

[dependencies]
Expand Down

0 comments on commit 6662850

Please sign in to comment.