Skip to content

Commit

Permalink
Update to cosmrs v0.10 & tendermint* v0.26 (iqlusioninc#660)
Browse files Browse the repository at this point in the history
* Update to cosmrs v0.10 & tendermint* v0.26

* MSRV 1.59.0
  • Loading branch information
Shella authored Nov 8, 2022
1 parent 95f2aad commit 0652ba1
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 160 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.57.0 # MSRV
- 1.59.0 # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.57.0 # MSRV
- 1.59.0 # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0 # MSRV
toolchain: 1.59.0 # MSRV
override: true

- name: Install libudev-dev
Expand Down
Loading

0 comments on commit 0652ba1

Please sign in to comment.