chore: Update MSRV to 1.70.0

This commit is contained in:
Ed Page 2023-09-01 08:51:04 -05:00
parent 6da9470ef9
commit ff1e83b3c7
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
msrv = "1.65.0" # MSRV
msrv = "1.70.0" # MSRV
warn-on-all-wildcard-imports = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true

View file

@ -49,7 +49,7 @@ jobs:
- name: No-default features
run: cargo test --workspace --no-default-features
msrv:
name: "Check MSRV: 1.65.0"
name: "Check MSRV: 1.70.0"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -57,7 +57,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
- uses: Swatinem/rust-cache@v2
- name: Default features
run: cargo check --workspace --all-targets
@ -119,7 +119,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools

View file

@ -9,7 +9,7 @@ resolver = "2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/typos"
edition = "2021"
rust-version = "1.65.0" # MSRV
rust-version = "1.70.0" # MSRV
include = [
"build.rs",
"src/**/*",