-
Notifications
You must be signed in to change notification settings - Fork 42
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
Chore/bump msrv and deps #133
Conversation
…eleased Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #133 +/- ##
=======================================
Coverage 77.93% 77.93%
=======================================
Files 37 37
Lines 1405 1405
=======================================
Hits 1095 1095
Misses 310 310 ☔ View full report in Codecov by Sentry. |
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>
@@ -118,6 +118,7 @@ pub struct TtmData { | |||
/// Set to true if target is a reference used to determine own-ship position or velocity | |||
pub is_target_reference: bool, | |||
/// Time of data | |||
#[cfg_attr(feature = "defmt-03", defmt(Debug2Format))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this diff intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is.
We were not testing defmt-03 and NaiveTime needs the Debug2Format as chrono doesn't have defmt impls.
Sadly, Windows build fails so I had to tweak the CI workflow.
Thank you @trkohler for the initial PR in #131
I did one small change, to lock the serde_with version to 3.9 but it won't update to 3.10, avoiding any future issues with msrv (hopefully)