File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments