Skip to content

Commit

Permalink
Merge pull request #85 from crate-ci/renovate/rust-1.x
Browse files Browse the repository at this point in the history
chore(deps): update msrv to v1.74
  • Loading branch information
epage committed Apr 22, 2024
2 parents c29af73 + 5d8a4d5 commit ba00f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
@@ -1,4 +1,4 @@
msrv = "1.73" # MSRV
msrv = "1.74" # MSRV
warn-on-all-wildcard-imports = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -49,15 +49,15 @@ jobs:
- name: No-default features
run: cargo test --workspace --no-default-features
msrv:
name: "Check MSRV: 1.73"
name: "Check MSRV: 1.74"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.73" # MSRV
toolchain: "1.74" # MSRV
- uses: Swatinem/rust-cache@v2
- name: Default features
run: cargo check --workspace --all-targets
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.73" # MSRV
toolchain: "1.74" # MSRV
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ categories = ["development-tools::build-utils"]
keywords = ["cargo", "packaging"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.73" # MSRV
rust-version = "1.74" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down

0 comments on commit ba00f68

Please sign in to comment.