Skip to content

Commit

Permalink
chore(deps): sync withibc dependency bumps (#5)
Browse files Browse the repository at this point in the history
* bump tendermint

* add patches

* update cargo lockfile

* update cargo msrv tool

* rm ibc-proto patch

* update cargo lockfile

* use rev from main

* update cargo lockfile

* update derive_more

* fix derive_more syntax

* update cargo lockfile

* update cargo msrv on ci

* remove patch

* update lockfile

* changelog entry
  • Loading branch information
rnbguy authored Nov 15, 2024
1 parent a376f5d commit 4a19b80
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 287 deletions.
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

0 comments on commit 4a19b80

Please sign in to comment.