prepare v0.17.0

This commit is contained in:
Robin Mueller
2025-10-29 15:48:29 +01:00
parent bc30143d61
commit 937bdeaf54
3 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -39,12 +39,13 @@ jobs:
matrix:
target:
- armv7-unknown-linux-gnueabihf
- thumbv6m-none-eabi
- thumbv7em-none-eabihf
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: "armv7-unknown-linux-gnueabihf, thumbv7em-none-eabihf"
targets: "armv7-unknown-linux-gnueabihf, thumbv7em-none-eabihf, thumbv6m-none-eabi"
- run: cargo check --release --target=${{matrix.target}} --no-default-features
fmt: