Update ahash to fix cargo install --locked
#1079
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Right now, eww fails to install when invoked with
cargo install --git $url
because of some API changes made to dbusmenu-glib that violate semver (at least, I think? I'm still not 100% certain what exactly those errors come from; they may be from the rust-glib or rust-gtk bindings?). Socargo install --git $url --locked
should work (since it won't update the broken crate to the broken version), butahash
is currently specified as 0.7.6, which is yanked from crates.io since it doesn't build in the configuration that eww is using it with.This simply updates the yanked version of
ahash
so that eww can continue to be installed viacargo install --git $url --locked
.Checklist
Please make sure you can check all the boxes that apply to this PR.
docs/content/main
directory has been adjusted to reflect my changes.cargo fmt
to automatically format all code before committingI don't think anything on the checklist applies to this PR.