We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9295f5c commit cde111bCopy full SHA for cde111b
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
name: Continuous integration
7
8
env:
9
- RUSTFLAGS: '--deny warnings'
+ RUSTFLAGS: '--deny warnings --all-features'
10
11
jobs:
12
ci-linux:
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Added
+
+- 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
15
## [v0.5.1] - 2023-07-26
16
17
### Added
0 commit comments