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 40
40
- uses : actions-rs/cargo@v1
41
41
with :
42
42
command : build
43
- args : --target=${{ matrix.TARGET }}
43
+ args : --target=${{ matrix.TARGET }} --all-features
44
44
- uses : actions-rs/cargo@v1
45
45
if : ${{ contains(matrix.TARGET, 'x86_64') }}
46
46
with :
47
47
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
15
## [ v0.5.1] - 2023-07-26
11
16
12
17
### Added
You can’t perform that action at this time.
0 commit comments