Skip to content

Commit

Permalink
Add MSRV 1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 30, 2024
1 parent 4ab3752 commit e8f900e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Run cargo clippy
run: cargo clippy --all-features --examples --libs --bin -- -D warnings
run: cargo clippy --all-features --examples --lib --bins -- -D warnings

docs:
name: Documentation
Expand Down Expand Up @@ -98,9 +98,9 @@ jobs:
#- uses: Swatinem/rust-cache@v1

- name: Check MSRV
run: cargo msrv --output-format json --all-features --target=thumbv7em-none-eabihf -- cargo check --examples
#run: cargo msrv --output-format json --all-features --target=thumbv7em-none-eabihf -- cargo check --examples
#run: cargo msrv --log-target=stdout --log-level debug --output-format json --all-features --target=thumbv7em-none-eabihf verify -- cargo check --examples
#run: cargo msrv --output-format json --all-features --target=thumbv7em-none-eabihf verify -- cargo check --examples
run: cargo msrv --output-format json --all-features --target=thumbv7em-none-eabihf verify -- cargo check --examples

semver:
name: Semantic Versioning
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "imxrt-uart-panic"
authors = ["Finomnis <[email protected]>"]
version = "0.1.2"
rust-version = "1.68"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e8f900e

Please sign in to comment.