Skip to content

Conversation

@pitdicker
Copy link
Collaborator

See #1461. @dependabot can't update the version line in the generated file.

Version 0.53 now build with rust 1.70 instead of 1.73, and defines it as the MSRV microsoft/windows-rs#2766.

@codecov
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.11%. Comparing base (02c68d6) to head (767e42c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1462   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files          40       40           
  Lines       18026    18026           
=======================================
  Hits        16604    16604           
  Misses       1422     1422           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.52" }
windows-bindgen = { version = "0.53" } # The MSRV of its windows-metatada 0.53 dependency is 1.70
Copy link
Member

Choose a reason for hiding this comment

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

Since this is a dev-dependency, why is this comment useful?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Because the version requirement bit me once 😄.
Just serving as documentation of the minimum rust version we need to do development on chrono on Windows.

@pitdicker pitdicker merged commit 8fcad1f into chronotope:main Feb 26, 2024
@pitdicker pitdicker deleted the windows-bindgen-0.53 branch February 26, 2024 09:36
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