Skip to content

Commit

Permalink
V0.1.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Art3miX authored Apr 8, 2024
1 parent 10deaa7 commit d779a67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ repository = "https://github.com/timewave-computer/valence-services"

rust-version = "1.66"

[workspace.metadata.scripts]
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.1
"""

[profile.release]
codegen-units = 1
debug = false
Expand Down

0 comments on commit d779a67

Please sign in to comment.