Prepare defmt-decoder 1.1.0 release#1028
Merged
jonathanpallant merged 7 commits intomainfrom Feb 5, 2026
Merged
Conversation
Deploying knurling-defmt-book with
|
| Latest commit: |
9fa1f6c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://163fa1f1.knurling-defmt-book.pages.dev |
| Branch Preview URL: | https://jp-release-defmt-decoder.knurling-defmt-book.pages.dev |
2f0fdee to
0a00d04
Compare
Contributor
Author
|
Oh. I raised the MSRV of defmt-parser to 1.83, but it's a dependency of the firmware crates, and they have an MSRV of 1.76. $ cargo tree
defmt v1.0.1 (/Users/jonathan/Documents/knurling-rs/defmt/defmt)
├── bitflags v1.3.2
└── defmt-macros v1.0.1 (proc-macro) (/Users/jonathan/Documents/knurling-rs/defmt/macros)
├── defmt-parser v1.0.0 (/Users/jonathan/Documents/knurling-rs/defmt/parser)
...The defmt-parser crate must use the target MSRV not the host MSRV. The defmt-decoder crate is the one that uses |
mhatzl
requested changes
Jan 21, 2026
Contributor
mhatzl
left a comment
There was a problem hiding this comment.
small typo and a suggestion that is up to you
otherwise looks good :)
031bab0 to
662a625
Compare
Contributor
Author
Also doing a release of defmt-print 1.1.0 and qemu-run 0.1.1 picking up the new MSRV.
9835ffa to
068e75e
Compare
Contributor
Author
|
Rebased |
Contributor
Author
|
I build a probe-rs with this and flashed the panic example from the Ferrous Rust Training onto an nRF52840-DK, and it worked fine. |
Contributor
Author
|
We failed on GHSA-434x-w66g-qw3r. Have updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I want to do a defmt-decoder release to get the fix that moves
(HOST)to the end of the line instead of the start of the line.It makes
qemu-runoutput look much better.I had to bump the MSRV to 1.83 to solve an issue with the
timepackage, and so I will also release qemu-run 0.1.1 and defmt-print 1.1.0.