Update to littlefs2-sys v0.3.2 and add unstable-littlefs-patched feature

This commit is contained in:
Robin Krahl
2026-03-09 09:17:04 +01:00
parent f31f4dc40d
commit fb3f0af9cc
5 changed files with 44 additions and 8 deletions
+3 -1
View File
@@ -57,7 +57,8 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: >
cargo test --workspace &&
cargo test --workspace --release
cargo test --workspace --release &&
cargo test --workspace --features unstable-littlefs-patched
- name: Check documentation
if: matrix.target == 'x86_64-unknown-linux-gnu'
@@ -79,6 +80,7 @@ jobs:
- name: Patch delog
run: |
echo '[patch.crates-io]' >> Cargo.toml
echo 'delog = { version = "0.1.6", git = "https://github.com/LechevSpace/delog.git", rev = "e83f3fd" }' >> Cargo.toml
- name: Build avr