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

Update lockfile to fix three yanked crate warnings #2670

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

Conversation

bstrie
Copy link

@bstrie bstrie commented Aug 2, 2023

Currently when installing via cargo install --locked (which is an approach recommended by the readme),
users will receive warnings that three yanked crate versions are being used: cpufeatures 0.2.2, crossbeam-channel 0.5.4, and hermit-abi 0.3.1.

This commit regenerates the Cargo.lock file via cargo update in order to eliminate those yanked crate warnings.

Currently when installing via `cargo install --locked`,
(which is an approach recommended by the readme),
users will receive warnings that three yanked crate versions are being used:
cpufeatures 0.2.2, crossbeam-channel 0.5.4, and hermit-abi 0.3.1.

This commit regenerates the Cargo.lock file via `cargo update`
in order to eliminate those yanked crate warnings.
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