Skip to content

Commit 4ee73cb

Browse files
committed
Merge branch 'main' into aw/new-schema
2 parents bf43ec3 + be905f3 commit 4ee73cb

File tree

28 files changed

+246
-533
lines changed

28 files changed

+246
-533
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ jobs:
12281228
for contract_dir in contracts/*; do
12291229
if [ -d "$contract_dir" ]; then
12301230
echo "Building '$contract_dir' ..."
1231-
docker run --volumes-from with_code cosmwasm/optimizer:0.15.0 "$contract_dir"
1231+
docker run --volumes-from with_code cosmwasm/optimizer:0.16.0 "$contract_dir"
12321232
fi
12331233
done
12341234
- run:

Cargo.lock

Lines changed: 18 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["contracts"]
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.1.3"
10+
version = "2.2.0-rc.1"
1111

1212
[workspace.dependencies]
1313
schemars = "0.8.4"

contracts/burner/Cargo.lock

Lines changed: 14 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)