mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 10:00:59 -05:00
chore(deps): update msrv to v1.65.0
This commit is contained in:
parent
d6b4446cd7
commit
fbaab420b9
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
msrv = "1.64.0" # MSRV
|
msrv = "1.65.0" # MSRV
|
||||||
warn-on-all-wildcard-imports = true
|
warn-on-all-wildcard-imports = true
|
||||||
allow-expect-in-tests = true
|
allow-expect-in-tests = true
|
||||||
allow-unwrap-in-tests = true
|
allow-unwrap-in-tests = true
|
||||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: No-default features
|
- name: No-default features
|
||||||
run: cargo test --workspace --no-default-features
|
run: cargo test --workspace --no-default-features
|
||||||
msrv:
|
msrv:
|
||||||
name: "Check MSRV: 1.64.0"
|
name: "Check MSRV: 1.65.0"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: 1.64.0 # MSRV
|
toolchain: 1.65.0 # MSRV
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Default features
|
- name: Default features
|
||||||
run: cargo check --workspace --all-targets
|
run: cargo check --workspace --all-targets
|
||||||
|
@ -107,7 +107,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: 1.64.0 # MSRV
|
toolchain: 1.65.0 # MSRV
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Install SARIF tools
|
- name: Install SARIF tools
|
||||||
|
|
|
@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
|
||||||
categories = []
|
categories = []
|
||||||
keywords = []
|
keywords = []
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.64.0" # MSRV
|
rust-version = "1.65.0" # MSRV
|
||||||
include = [
|
include = [
|
||||||
"build.rs",
|
"build.rs",
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
|
|
Loading…
Reference in a new issue