Skip to content

Commit

Permalink
Cargo.lock: bump dependencies; MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Mar 16, 2023
1 parent 6d52620 commit 2ee5139
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cosmos-sdk-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
target:
- x86_64-unknown-linux-gnu
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cosmrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
target:
- x86_64-unknown-linux-gnu
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.63.0 # MSRV
- stable
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0 # MSRV
toolchain: 1.63.0 # MSRV
components: rustfmt
override: true
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.63.0
components: clippy
override: true
profile: minimal
Expand Down
Loading

0 comments on commit 2ee5139

Please sign in to comment.