File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
- windows
17
17
toolchain :
18
18
- stable
19
- - 1.72 .0
19
+ - 1.79 .0
20
20
21
21
name : Test on ${{ matrix.platform }} with Rust ${{ matrix.toolchain }}
22
22
runs-on : " ${{ matrix.platform }}-latest"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme = "README.md"
14
14
15
15
edition = " 2021"
16
16
exclude = [" /bin" , " /.github" ]
17
- rust-version = " 1.72 .0"
17
+ rust-version = " 1.79 .0"
18
18
19
19
[features ]
20
20
windows-console = []
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ _Cross-platform terminal screen clearing library._
8
8
9
9
- ** [ API documentation] [ docs ] ** .
10
10
- [ Dual-licensed] [ copyright ] with Apache 2.0 and MIT.
11
- - Minimum Supported Rust Version: 1.72 .0.
11
+ - Minimum Supported Rust Version: 1.79 .0.
12
12
- Only the last five stable versions are supported.
13
13
- MSRV increases beyond that range at publish time will not incur major version bumps.
14
14
You can’t perform that action at this time.
0 commit comments