Skip to content

Commit 174b8a4

Browse files
committed
Bump MSRV to 1.71 (for windows-sys 0.61)
1 parent 208928e commit 174b8a4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
branches: [main]
77
jobs:
88
build-msrv:
9-
name: Build on MSRV (1.66)
9+
name: Build on MSRV (1.71)
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
include:
1414
- os: ubuntu-latest
1515
target: x86_64-unknown-linux-gnu
16-
rust: 1.66.0
16+
rust: 1.71.0
1717
- os: windows-latest
1818
target: i686-pc-windows-msvc
19-
rust: 1.66.0
19+
rust: 1.71.0
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Install rust
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v3
3131
- name: MSRV dependencies
32-
if: matrix.rust == '1.66.0'
32+
if: matrix.rust == '1.71.0'
3333
run: make msrv-lock
3434
- name: Check
3535
env:
@@ -47,16 +47,16 @@ jobs:
4747
rust: stable
4848
- os: ubuntu-latest
4949
target: x86_64-unknown-linux-gnu
50-
rust: 1.66.0
50+
rust: 1.71.0
5151
- os: ubuntu-latest
5252
target: i686-unknown-linux-gnu
53-
rust: 1.66.0
53+
rust: 1.71.0
5454
- os: windows-latest
5555
target: i686-pc-windows-msvc
56-
rust: 1.66.0
56+
rust: 1.71.0
5757
- os: windows-latest
5858
target: x86_64-pc-windows-msvc
59-
rust: 1.66.0
59+
rust: 1.71.0
6060
- os: ubuntu-latest
6161
target: x86_64-unknown-linux-gnu
6262
rust: stable
@@ -80,7 +80,7 @@ jobs:
8080
sudo apt-get update
8181
sudo apt-get install gcc-multilib
8282
- name: MSRV dependencies
83-
if: matrix.rust == '1.66.0'
83+
if: matrix.rust == '1.71.0'
8484
run: make msrv-lock
8585
- name: Test
8686
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/console-rs/console"
99
repository = "https://github.com/console-rs/console"
1010
documentation = "https://docs.rs/console"
1111
readme = "README.md"
12-
rust-version = "1.66"
12+
rust-version = "1.71"
1313

1414
[features]
1515
default = ["unicode-width", "ansi-parsing", "std"]

0 commit comments

Comments
 (0)