Skip to content

Commit 985f053

Browse files
djcchris-laplante
authored andcommitted
Bump MSRV to 1.71 (for console 0.16.1)
1 parent 5436ffc commit 985f053

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: "1.70"
64+
toolchain: "1.71"
6565
- run: cargo check --lib --all-features
66+
6667
lint:
6768
runs-on: ubuntu-latest
6869
steps:

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "indicatif"
33
version = "0.18.0"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.71"
66
description = "A progress bar and cli reporting library for Rust"
77
keywords = ["cli", "progress", "pb", "colors", "progressbar"]
88
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)