Skip to content

Commit

Permalink
Bump CI MSRV to 1.60 to resolve Cargo metadata for clap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed May 24, 2023
1 parent 6321826 commit 9f584d1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.58"
toolchain: "1.60"
override: true
- uses: actions-rs/cargo@v1
with:
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 @@ documentation = "https://docs.rs/indicatif"
readme = "README.md"
edition = "2018"
exclude = ["screenshots/*"]
rust-version = "1.58"
rust-version = "1.60"

[dependencies]
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
Expand Down

0 comments on commit 9f584d1

Please sign in to comment.