build!: increase msrv to 1.74.0 (#974)

configure lints in Cargo.toml requires 1.74.0

BREAKING CHANGE: rust 1.74 is required now
This commit is contained in:
EdJoPaTo 2024-03-02 13:13:17 +01:00 committed by Josh McKinney
parent fcbea9ee68
commit a4e84a6a7f
No known key found for this signature in database
GPG key ID: 722287396A903BC5
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: ["1.70.0", "stable"]
toolchain: ["1.74.0", "stable"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
@ -134,7 +134,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: ["1.70.0", "stable"]
toolchain: ["1.74.0", "stable"]
backend: [crossterm, termion, termwiz]
exclude:
# termion is not supported on windows

View file

@ -18,7 +18,7 @@ exclude = [
]
autoexamples = true
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
[badges]