Skip to content

Commit

Permalink
bump MSRV to 1.70 for Tokio 1.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-laplante committed Jul 29, 2024
1 parent 509c173 commit e43e353
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 @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.63"
toolchain: "1.70"
- run: cargo check --lib --all-features
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "indicatif"
version = "0.17.8"
edition = "2021"
rust-version = "1.63"
rust-version = "1.70"
description = "A progress bar and cli reporting library for Rust"
keywords = ["cli", "progress", "pb", "colors", "progressbar"]
categories = ["command-line-interface"]
Expand Down

0 comments on commit e43e353

Please sign in to comment.