diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 8043560..45edfd6 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -17,7 +17,7 @@ jobs: - x86_64-apple-darwin - x86_64-pc-windows-msvc toolchain: - - 1.67.1 # MSRV + - 1.74.0 # MSRV - stable - nightly include: @@ -37,8 +37,8 @@ jobs: targets: ${{ matrix.target }} - name: Run tests run: cargo test --target ${{ matrix.target }} - # - name: Run tests (no default features) - # run: cargo test --target ${{ matrix.target }} --no-default-features + - name: Run tests (no default features) + run: cargo test --target ${{ matrix.target }} --no-default-features rustfmt: name: Rustfmt diff --git a/Cargo.toml b/Cargo.toml index 4bbd98a..4425858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rqrr" edition = "2021" -rust-version = "1.67.1" +rust-version = "1.74.0" version = "0.7.0" authors = ["WanzenBug "] license = "MIT OR Apache-2.0"