Skip to content

Commit 2492216

Browse files
Release v0.57.0 (#9)
* release v0.57.0 * fix: --no-publish * fix: make clippy happy * fix: update MSRV * fix: add stable toolchain for upload-cw-clients * fix: bump cosmwasm/optimizer to 0.16.1
1 parent 36e4e0b commit 2492216

File tree

8 files changed

+99
-77
lines changed

8 files changed

+99
-77
lines changed

.changelog/v0.57.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This release upgrades the `ibc-rs` dependencies to `v0.57.0`.
2+

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 30
9090
env:
9191
CARGO_MSRV_VERSION: 0.16.3
92-
MSRV: 1.75.0
92+
MSRV: 1.79.0
9393
strategy:
9494
matrix:
9595
param:

.github/workflows/upload-cw-clients.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- uses: actions-rust-lang/setup-rust-toolchain@v1
28+
with:
29+
toolchain: stable
2830

2931
- name: Create mount directories
3032
run: mkdir -p "${HOME}/.cargo/registry" "$(pwd)"/target
@@ -35,7 +37,7 @@ jobs:
3537
-v "$(pwd)":/code \
3638
-v "$(pwd)"/target:/target \
3739
-v "${HOME}/.cargo/registry":/usr/local/cargo/registry \
38-
cosmwasm/optimizer:0.16.0 ./ibc-clients/ics07-tendermint
40+
cosmwasm/optimizer:0.16.1 ./ibc-clients/ics07-tendermint
3941
4042
- name: Fix permissions
4143
run: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.57.0
4+
5+
*January 31, 2025*
6+
7+
This release upgrades the `ibc-rs` dependencies to `v0.57.0`.
8+
39
## v0.56.0
410

511
*November 15, 2024*

0 commit comments

Comments
 (0)