diff --git a/.clippy.toml b/.clippy.toml index 6383191..23bf481 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.59.0" # MSRV +msrv = "1.60.0" # MSRV diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d6417..99f23c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: No-default features run: cargo test --workspace --no-default-features msrv: - name: "Check MSRV: 1.59.0" + name: "Check MSRV: 1.60.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.59.0 # MSRV + toolchain: 1.60.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.59.0 # MSRV + toolchain: 1.60.0 # MSRV profile: minimal override: true components: clippy diff --git a/.github/workflows/rust-next.yml b/.github/workflows/rust-next.yml index c8a7a61..1b63eb1 100644 --- a/.github/workflows/rust-next.yml +++ b/.github/workflows/rust-next.yml @@ -59,9 +59,9 @@ jobs: strategy: matrix: rust: - - 1.59.0 # MSRV + - 1.60.0 # MSRV - stable - continue-on-error: ${{ matrix.rust != '1.59.0' }} # MSRV + continue-on-error: ${{ matrix.rust != '1.60.0' }} # MSRV runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/Cargo.toml b/Cargo.toml index 535351e..975bd3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/codespell-dict/Cargo.toml b/crates/codespell-dict/Cargo.toml index 91b3108..ef9bd62 100644 --- a/crates/codespell-dict/Cargo.toml +++ b/crates/codespell-dict/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.59.0" # MSRV +rust-version = "1.60.0" # MSRV publish = false include = [ "src/**/*", diff --git a/crates/dictgen/Cargo.toml b/crates/dictgen/Cargo.toml index 3480a4c..f97e7df 100644 --- a/crates/dictgen/Cargo.toml +++ b/crates/dictgen/Cargo.toml @@ -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.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/misspell-dict/Cargo.toml b/crates/misspell-dict/Cargo.toml index 4265f99..b81c274 100644 --- a/crates/misspell-dict/Cargo.toml +++ b/crates/misspell-dict/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.59.0" # MSRV +rust-version = "1.60.0" # MSRV publish = false include = [ "src/**/*", diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index e1877ef..2c663ab 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -9,7 +9,7 @@ readme = "../../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/typos-vars/Cargo.toml b/crates/typos-vars/Cargo.toml index 8f33043..a8fa67a 100644 --- a/crates/typos-vars/Cargo.toml +++ b/crates/typos-vars/Cargo.toml @@ -9,7 +9,7 @@ readme = "../../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 66c11a0..b26bb57 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -9,7 +9,7 @@ readme = "../../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/varcon-core/Cargo.toml b/crates/varcon-core/Cargo.toml index 40a0a5f..42d51c7 100644 --- a/crates/varcon-core/Cargo.toml +++ b/crates/varcon-core/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/crate-ci/typos" readme = "../../README.md" categories = ["text-processing"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/varcon/Cargo.toml b/crates/varcon/Cargo.toml index 97f08e6..543bad4 100644 --- a/crates/varcon/Cargo.toml +++ b/crates/varcon/Cargo.toml @@ -9,7 +9,7 @@ readme = "../../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV include = [ "src/**/*", "Cargo.toml", diff --git a/crates/wikipedia-dict/Cargo.toml b/crates/wikipedia-dict/Cargo.toml index deb845d..f253334 100644 --- a/crates/wikipedia-dict/Cargo.toml +++ b/crates/wikipedia-dict/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] edition = "2021" -rust-version = "1.59.0" # MSRV +rust-version = "1.60.0" # MSRV publish = false include = [ "src/**/*",