Skip to content

Commit

Permalink
defmt changelog and all-feature CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avlec committed Sep 23, 2023
1 parent 9295f5c commit cde111b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: Continuous integration

env:
RUSTFLAGS: '--deny warnings'
RUSTFLAGS: '--deny warnings --all-features'

jobs:
ci-linux:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
error types when using tools like `probe-rs` for logging over debuggers.

## [v0.5.1] - 2023-07-26

### Added
Expand Down

0 comments on commit cde111b

Please sign in to comment.