Skip to content

Commit

Permalink
Bump minimum supported rust version to 1.65.0 after using cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
johngigantic committed Oct 14, 2023
1 parent b8344ca commit 641d066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, beta, 1.56.0]
rust: [stable, beta, 1.65.0]
include:
- rust: nightly
components: rustc-dev
Expand Down Expand Up @@ -120,18 +120,6 @@ jobs:
- run: cargo generate-lockfile -Z minimal-versions
- run: cargo check --all-features --locked

fuzz:
name: Fuzz
needs: pre_ci
if: needs.pre_ci.outputs.continue
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-fuzz
- run: cargo fuzz check

miri:
name: Miri
needs: pre_ci
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "allegro-motor-derive"
version = "0.1.0"
authors = ["John Little"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.65.0"
description = "Derive macros for Allegro motor driver registers"
# documentation = "https://docs.rs/allegro-motor-derive"
# readme = false
Expand Down
2 changes: 1 addition & 1 deletion drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "allegro-motor-drivers"
version = "0.1.0"
authors = ["John Little"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.65.0"
description = "Allegro microsystems motor controller driver registers"
# documentation = "https://docs.rs/allegro-motor-drivers"
readme = "../README.md"
Expand Down

0 comments on commit 641d066

Please sign in to comment.