Skip to content

Commit

Permalink
update to optimizer 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jul 12, 2024
1 parent 025f652 commit 5146091
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/attrs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/attrs \
--mount type=volume,source=attrs_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/ibc/local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../../:/code:Z --workdir /code/contracts/ibc/local \
--mount type=volume,source=ibc_local_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/ibc/remote/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../../:/code:Z --workdir /code/contracts/ibc/remote \
--mount type=volume,source=ibc_remote_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/marker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/marker \
--mount type=volume,source=marker_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/msgfees/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/msgfees \
--mount type=volume,source=msgfees_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/name/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/name \
--mount type=volume,source=name_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/scope/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/scope \
--mount type=volume,source=scope_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/trigger/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/trigger \
--mount type=volume,source=trigger_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion contracts/tutorial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ optimize:
docker run --rm -v $(CURDIR)/../../:/code:Z --workdir /code/contracts/tutorial \
--mount type=volume,source=tutorial_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$$image:0.15.0
$$image:0.16.0

0 comments on commit 5146091

Please sign in to comment.