Skip to content

Commit

Permalink
fix: update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 31, 2025
1 parent 0f991e5 commit 719aa85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
timeout-minutes: 30
env:
CARGO_MSRV_VERSION: 0.16.3
MSRV: 1.75.0
MSRV: 1.79.0
strategy:
matrix:
param:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
version = "0.57.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.79.0"
readme = "README.md"
repository = "https://github.com/informalsystems/cosmwasm-ibc"
authors = [ "Informal Systems <[email protected]>" ]
Expand Down

0 comments on commit 719aa85

Please sign in to comment.