mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 08:30:57 -05:00
chore: Bump MSRV to 1.64.0
This commit is contained in:
parent
3598acea5d
commit
f78135acd2
13 changed files with 16 additions and 16 deletions
|
@ -1 +1 @@
|
|||
msrv = "1.60.0" # MSRV
|
||||
msrv = "1.64.0" # MSRV
|
||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: No-default features
|
||||
run: cargo test --workspace --no-default-features
|
||||
msrv:
|
||||
name: "Check MSRV: 1.60.0"
|
||||
name: "Check MSRV: 1.64.0"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.60.0 # MSRV
|
||||
toolchain: 1.64.0 # MSRV
|
||||
profile: minimal
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.60.0 # MSRV
|
||||
toolchain: 1.64.0 # MSRV
|
||||
profile: minimal
|
||||
override: true
|
||||
components: clippy
|
||||
|
|
4
.github/workflows/rust-next.yml
vendored
4
.github/workflows/rust-next.yml
vendored
|
@ -59,9 +59,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.60.0 # MSRV
|
||||
- 1.64.0 # MSRV
|
||||
- stable
|
||||
continue-on-error: ${{ matrix.rust != '1.60.0' }} # MSRV
|
||||
continue-on-error: ${{ matrix.rust != '1.64.0' }} # MSRV
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ categories = ["development-tools", "text-processing"]
|
|||
keywords = ["development", "spelling"]
|
||||
license = "CC-BY-SA-3.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
publish = false
|
||||
include = [
|
||||
"src/**/*",
|
||||
|
|
|
@ -7,7 +7,7 @@ categories = ["development-tools", "text-processing"]
|
|||
keywords = ["development", "spelling", "no_std"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ categories = ["development-tools", "text-processing"]
|
|||
keywords = ["development", "spelling"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
publish = false
|
||||
include = [
|
||||
"src/**/*",
|
||||
|
|
|
@ -9,7 +9,7 @@ readme = "../../README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ readme = "../../README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ readme = "../../README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -8,7 +8,7 @@ repository = "https://github.com/crate-ci/typos"
|
|||
readme = "../../README.md"
|
||||
categories = ["text-processing"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ readme = "../../README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
|
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
|||
categories = ["development-tools", "text-processing"]
|
||||
keywords = ["development", "spelling"]
|
||||
edition = "2021"
|
||||
rust-version = "1.60.0" # MSRV
|
||||
rust-version = "1.64.0" # MSRV
|
||||
publish = false
|
||||
include = [
|
||||
"src/**/*",
|
||||
|
|
Loading…
Reference in a new issue