Skip to content

Commit be5c4e4

Browse files
committed
fixup! io: Update defmt to 1.0, rename feature from "defmt_03" to "defmt"
Being explicit is necessary at this point as long as crates in the workspace have defmt as a dependency but not as a feature.
1 parent 1e02ec7 commit be5c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cargo build
3737
--workspace
3838
--target thumbv7m-none-eabi
39-
--features async,defmt-03,defmt
39+
--features async,defmt-03,embedded-io/defmt
4040
4141
msrv-1-81:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)