Skip to content

Commit cde111b

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
name: Continuous integration
77

88
env:
9-
RUSTFLAGS: '--deny warnings'
9+
RUSTFLAGS: '--deny warnings --all-features'
1010

1111
jobs:
1212
ci-linux:

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)