File tree Expand file tree Collapse file tree 8 files changed +99
-77
lines changed
ibc-clients/ics07-tendermint/src Expand file tree Collapse file tree 8 files changed +99
-77
lines changed Original file line number Diff line number Diff line change
1
+ This release upgrades the ` ibc-rs ` dependencies to ` v0.57.0 ` .
2
+
Original file line number Diff line number Diff line change 89
89
timeout-minutes : 30
90
90
env :
91
91
CARGO_MSRV_VERSION : 0.16.3
92
- MSRV : 1.75 .0
92
+ MSRV : 1.79 .0
93
93
strategy :
94
94
matrix :
95
95
param :
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
27
27
- uses : actions-rust-lang/setup-rust-toolchain@v1
28
+ with :
29
+ toolchain : stable
28
30
29
31
- name : Create mount directories
30
32
run : mkdir -p "${HOME}/.cargo/registry" "$(pwd)"/target
35
37
-v "$(pwd)":/code \
36
38
-v "$(pwd)"/target:/target \
37
39
-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
39
41
40
42
- name : Fix permissions
41
43
run : |
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v0.57.0
4
+
5
+ * January 31, 2025*
6
+
7
+ This release upgrades the ` ibc-rs ` dependencies to ` v0.57.0 ` .
8
+
3
9
## v0.56.0
4
10
5
11
* November 15, 2024*
You can’t perform that action at this time.
0 commit comments