Skip to content

Bump zip crate to 2.5.0 #2027

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarkusPettersson98
Copy link

@MarkusPettersson98 MarkusPettersson98 commented Mar 27, 2025

All versions of zip < 2.3.0 has been yanked: zip-rs/zip2#315. This PR bumps zip to the latest version as there seems to be no breaking changes made since 2.1.6 which is the current version that volta depends on.

Fixes #2027

All versions of `zip < 2.3.0` has been yanked:
zip-rs/zip2#315
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
Copy link
Contributor

Choose a reason for hiding this comment

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

This is why the build is failing. Best guess: you used Rust 1.85 while updating, rather than the Rust version from the Rust toolchain file. Which is odd: if you’re using rustup, that should have used the local version automatically? In any case, should be a quick fix.

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