-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add defmt and add rust-version (MSRV) of 1.62 #29
Conversation
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
@eupn should be ready for review. Had to tweak the CI and add the MSRV. |
It seems that this feature was stabilized in
|
Sure let's bump the MSRV. |
Pfff... Now it seems that nix requires bigger MSRV but it's only for the examples.
|
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Something to note:
defmt
still usesbitflags@1
which adds some derive macros whenbitflags!
macro is used.defmt
also defines their ownbitflags!
macro to deriveFormat
which leads to thecfg_attr
ibutes when thedefmt-03
feature is not enabled