Skip to content

Commit b58eecf

Browse files
committed
Bump MSRV to 1.66
1 parent 5a03215 commit b58eecf

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: [master]
77
jobs:
88
build-msrv:
9-
name: Build on MSRV (1.56)
9+
name: Build on MSRV (1.66)
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
include:
1414
- os: ubuntu-latest
1515
target: x86_64-unknown-linux-gnu
16-
rust: 1.56.0
16+
rust: 1.66.0
1717
- os: windows-latest
1818
target: i686-pc-windows-msvc
19-
rust: 1.56.0
19+
rust: 1.66.0
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Install rust
@@ -31,7 +31,7 @@ jobs:
3131
- name: Copy MSRV Lock
3232
run: make msrv-lock
3333
- name: Build
34-
env:
34+
env:
3535
CARGO_BUILD_TARGET: ${{ matrix.target }}
3636
run: make check
3737

@@ -46,16 +46,16 @@ jobs:
4646
rust: stable
4747
- os: ubuntu-latest
4848
target: x86_64-unknown-linux-gnu
49-
rust: 1.56.0
49+
rust: 1.66.0
5050
- os: ubuntu-latest
5151
target: i686-unknown-linux-gnu
52-
rust: 1.56.0
52+
rust: 1.66.0
5353
- os: windows-latest
5454
target: i686-pc-windows-msvc
55-
rust: 1.56.0
55+
rust: 1.66.0
5656
- os: windows-latest
5757
target: x86_64-pc-windows-msvc
58-
rust: 1.56.0
58+
rust: 1.66.0
5959
- os: ubuntu-latest
6060
target: x86_64-unknown-linux-gnu
6161
rust: stable
@@ -81,7 +81,7 @@ jobs:
8181
- name: Copy MSRV Lock
8282
run: make msrv-lock
8383
- name: Test
84-
env:
84+
env:
8585
CARGO_BUILD_TARGET: ${{ matrix.target }}
8686
run: make test
8787
wasm-check:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/console-rs/console"
1010
repository = "https://github.com/console-rs/console"
1111
documentation = "https://docs.rs/console"
1212
readme = "README.md"
13-
rust-version = "1.56.0"
13+
rust-version = "1.66"
1414

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

0 commit comments

Comments
 (0)