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 : [master]
77jobs :
88 build-msrv :
9- name : Build on MSRV (1.56 )
9+ name : Build on MSRV (1.63 )
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.63 .0
1717 - os : windows-latest
1818 target : i686-pc-windows-msvc
19- rust : 1.56 .0
19+ rust : 1.63 .0
2020 runs-on : ${{ matrix.os }}
2121 steps :
2222 - name : Install rust
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.63 .0
5050 - os : ubuntu-latest
5151 target : i686-unknown-linux-gnu
52- rust : 1.56 .0
52+ rust : 1.63 .0
5353 - os : windows-latest
5454 target : i686-pc-windows-msvc
55- rust : 1.56 .0
55+ rust : 1.63 .0
5656 - os : windows-latest
5757 target : x86_64-pc-windows-msvc
58- rust : 1.56 .0
58+ rust : 1.63 .0
5959 - os : ubuntu-latest
6060 target : x86_64-unknown-linux-gnu
6161 rust : stable
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 :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage = "https://github.com/console-rs/console"
1010repository = " https://github.com/console-rs/console"
1111documentation = " https://docs.rs/console"
1212readme = " README.md"
13- rust-version = " 1.56.0 "
13+ rust-version = " 1.63 "
1414
1515[features ]
1616default = [" unicode-width" , " ansi-parsing" ]
You can’t perform that action at this time.
0 commit comments