-
Notifications
You must be signed in to change notification settings - Fork 82
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
cargo: bump various version of things #1215
base: main
Are you sure you want to change the base?
Conversation
@@ -1710,18 +1736,18 @@ dependencies = [ | |||
|
|||
[[package]] | |||
name = "zerofrom" | |||
version = "0.1.5" | |||
version = "0.1.6" |
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.
this causes MSRV to bump to 1.81.0 https://crates.io/crates/zerofrom/versions
@@ -996,15 +996,15 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | |||
|
|||
[[package]] | |||
name = "litemap" | |||
version = "0.7.4" | |||
version = "0.7.5" |
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.
This causes MSRV bump to 1.81.0 https://crates.io/crates/litemap/versions
@@ -170,9 +170,9 @@ dependencies = [ | |||
|
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.
i think we should have potentially a separate runner or something that runs cargo msrv verify
in one of the example projects ? (it seems to get confused by a workspace)
I'm currently using cargo msrv list
to check this.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1215 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 73 73
Lines 12527 12527
=========================================
Hits 12527 12527 ☔ View full report in Codecov by Sentry. |
Remaining things to update
Note that moving to
versions
7.0.0 would cause MSRV of 1.85.0 https://crates.io/crates/versions/versions