Skip to content

Commit

Permalink
build: reduce MSRV to 1.70 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-guillaumed authored Dec 8, 2023
1 parent b485958 commit 90a776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ stable, "1.74" ] # Check latest stable and MSRV
toolchain: [ stable, "1.70" ] # Check latest stable and MSRV
os: [ ubuntu-latest, windows-latest, macos-latest ]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["/src/", "/build.rs", "/LICENSE", "/NOTICE"]
keywords = ["cli", "cargo", "filter", "target"]
license = "Apache-2.0"
repository = "https://github.com/stormshield/cargo-ft"
rust-version = "1.74" # Sync this value with the CI workflow
rust-version = "1.70" # Sync this value with the CI workflow
description = "A cargo extension for specifying supported targets for a crate"

[dependencies]
Expand Down

0 comments on commit 90a776c

Please sign in to comment.