Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): sync withibc dependency bumps #5

Merged
merged 15 commits into from
Nov 15, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `ibc` to `0.56.0` and `tendermint` to `0.40.0`.
([\#5](https://github.com/informalsystems/cosmwasm-ibc/pull/5))
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
name: Test MSRV for `ibc` libraries
timeout-minutes: 30
env:
CARGO_MSRV_VERSION: 0.16.0-beta.23
CARGO_MSRV_VERSION: 0.16.3
MSRV: 1.75.0
strategy:
matrix:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
cargo msrv --version

- name: Calculate MSRV
run: cargo msrv --output-format minimal --min 1.68.0
run: cargo msrv find --output-format minimal --min 1.68.0

- name: Build with MSRV
uses: actions-rs/cargo@v1
Expand Down
Loading
Loading