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

cargo: bump various version of things #1215

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ahayzen-kdab
Copy link
Collaborator

@ahayzen-kdab ahayzen-kdab commented Mar 5, 2025

Remaining things to update

cargo update --verbose
    Updating crates.io index
     Locking 0 packages to latest compatible versions
   Unchanged image v0.24.9 (available: v0.25.5)
   Unchanged versions v6.3.2 (available: v7.0.0)

Note that moving to versions 7.0.0 would cause MSRV of 1.85.0 https://crates.io/crates/versions/versions

@@ -1710,18 +1736,18 @@ dependencies = [

[[package]]
name = "zerofrom"
version = "0.1.5"
version = "0.1.6"
Copy link
Collaborator Author

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"
Copy link
Collaborator Author

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 = [

Copy link
Collaborator Author

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.

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (56825db) to head (ee67f28).

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

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.

1 participant