File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 branches : [main]
77jobs :
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
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
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 :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage = "https://github.com/console-rs/console"
99repository = " https://github.com/console-rs/console"
1010documentation = " https://docs.rs/console"
1111readme = " README.md"
12- rust-version = " 1.66 "
12+ rust-version = " 1.71 "
1313
1414[features ]
1515default = [" unicode-width" , " ansi-parsing" , " std" ]
You can’t perform that action at this time.
0 commit comments