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 ahash to fix yanked version #24

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

itsjunetime
Copy link
Contributor

The version of ahash currently stored in Cargo.lock is yanked from crates.io because it fails to compile. Additionally, this crate fails to compile when installed via cargo install --git because of some weird confusion about which version of gdk-sys to use (I'm not quite certain what's causing that issue), but that issue can be worked around by passing in the --locked flag to the cargo install invocation. However, this also fails to build when using the --locked flag because of that yanked ahash version. So I'm just updating it here so that this crate is installable via cargo install --git.

@terhechte terhechte merged commit 47f6258 into terhechte:main Jun 7, 2024
3 checks passed
@terhechte
Copy link
Owner

Thank You!

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