Skip to content

Commit 6984714

Browse files
committedJan 4, 2025··
deps: update MSRV to 1.79
This will be 5 versions below stable in 5 days, when 1.84 is released; That will likely be when I release the next version anyway
1 parent d72ec08 commit 6984714

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- windows
1717
toolchain:
1818
- stable
19-
- 1.72.0
19+
- 1.79.0
2020

2121
name: Test on ${{ matrix.platform }} with Rust ${{ matrix.toolchain }}
2222
runs-on: "${{ matrix.platform }}-latest"

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414

1515
edition = "2021"
1616
exclude = ["/bin", "/.github"]
17-
rust-version = "1.72.0"
17+
rust-version = "1.79.0"
1818

1919
[features]
2020
windows-console = []

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _Cross-platform terminal screen clearing library._
88

99
- **[API documentation][docs]**.
1010
- [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.
1212
- Only the last five stable versions are supported.
1313
- MSRV increases beyond that range at publish time will not incur major version bumps.
1414

0 commit comments

Comments
 (0)
Please sign in to comment.