Skip to content

Commit

Permalink
Merge pull request #2275 from CosmWasm/release/2.2
Browse files Browse the repository at this point in the history
Merge release/2.2
  • Loading branch information
chipshort authored Oct 7, 2024
2 parents b6b0591 + e551d4d commit cc74d2c
Show file tree
Hide file tree
Showing 24 changed files with 134 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ jobs:
for contract_dir in contracts/*; do
if [ -d "$contract_dir" ]; then
echo "Building '$contract_dir' ..."
docker run --volumes-from with_code cosmwasm/optimizer:0.15.0 "$contract_dir"
docker run --volumes-from with_code cosmwasm/optimizer:0.16.0 "$contract_dir"
fi
done
- run:
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["contracts"]
resolver = "2"

[workspace.package]
version = "2.1.3"
version = "2.2.0-rc.1"

[workspace.dependencies]
schemars = "0.8.4"
Expand Down
16 changes: 8 additions & 8 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions contracts/crypto-verify/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions contracts/cyberpunk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions contracts/empty/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc74d2c

Please sign in to comment.