Skip to content

Commit 3a425f8

Browse files
committed
defmt changelog and all-feature CI
1 parent 9295f5c commit 3a425f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- uses: actions-rs/cargo@v1
4141
with:
4242
command: build
43-
args: --target=${{ matrix.TARGET }}
43+
args: --target=${{ matrix.TARGET }} --all-features
4444
- uses: actions-rs/cargo@v1
4545
if: ${{ contains(matrix.TARGET, 'x86_64') }}
4646
with:
4747
command: test
48-
args: --target=${{ matrix.TARGET }}
48+
args: --target=${{ matrix.TARGET }} --all-features

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Support for optional package `defmt` which allows for easy conversion for
13+
error types when using tools like `probe-rs` for logging over debuggers.
14+
1015
## [v0.5.1] - 2023-07-26
1116

1217
### Added

0 commit comments

Comments
 (0)