Skip to content
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

Merged
merged 11 commits into from
Aug 27, 2024
Merged

Chore/bump msrv and deps #133

merged 11 commits into from
Aug 27, 2024

Conversation

elpiel
Copy link
Member

@elpiel elpiel commented Aug 26, 2024

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)

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.93%. Comparing base (6d44b63) to head (9d21f23).
Report is 12 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

elpiel added 5 commits August 26, 2024 23:31
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))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this diff intended?

Copy link
Member Author

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.

@elpiel elpiel merged commit 5675768 into main Aug 27, 2024
15 checks passed
@elpiel elpiel deleted the chore/bump-msrv-and-deps branch August 27, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants