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

Unable to add lepto 0.5 / 0.5.1, ahash yanked #1931

Closed
dfeyer opened this issue Oct 23, 2023 · 4 comments
Closed

Unable to add lepto 0.5 / 0.5.1, ahash yanked #1931

dfeyer opened this issue Oct 23, 2023 · 4 comments

Comments

@dfeyer
Copy link

dfeyer commented Oct 23, 2023

Describe the bug
After a cargo add leptos --features=csr,nightly, cargo complains, because old version of ahash as been yanked:

error: failed to select a version for the requirement `ahash = "^0.7.0"`
candidate versions found which didn't match: 0.8.5, 0.8.4, 0.4.1, ...
location searched: crates.io index
required by package `hashbrown v0.12.0`
    ... which satisfies dependency `hashbrown = "^0.12"` of package `rkyv v0.7.39`
    ... which satisfies dependency `rkyv = "^0.7.39"` of package `leptos_reactive v0.5.1`
    ... which satisfies dependency `leptos_reactive = "^0.5.1"` of package `leptos v0.5.1`
    ... which satisfies dependency `leptos = "^0.5.1"` of package `ui v0.1.0 (/home/dfeyer/Projects/src/gitlab.ttree.ch/dfeyer/DialogHarvest/ui)`
perhaps a crate was updated and forgotten to be re-vendored?
@dfeyer
Copy link
Author

dfeyer commented Oct 23, 2023

Look like hashbrown v0.14.2 fix the issue, but rkyv should update the deps, did I need to open an issue upstream ?

Look like rkyv/rkyv#431 upgrade to 0.14 but it's not released. I create an issue rkyv/rkyv#437 ... hope it's the good process, kind of new to the rust ecosystem.

@dfeyer
Copy link
Author

dfeyer commented Oct 23, 2023

Related: tkaitchuck/aHash#174

@dfeyer dfeyer changed the title Unable to add lepto 0.5 / 0.5.1 Unable to add lepto 0.5 / 0.5.1, ahash yanked Oct 23, 2023
@tkaitchuck
Copy link

Should be fixed now

@gbj
Copy link
Collaborator

gbj commented Oct 24, 2023

@tkaitchuck Thanks for your (very impressive) work and for following up throughout the ecosystem with the patches.

@gbj gbj closed this as completed Oct 24, 2023
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

No branches or pull requests

3 participants