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

Pre-Build cargo update Throws version Error [BUG] #116

Open
skykingisepic opened this issue Nov 22, 2023 · 1 comment
Open

Pre-Build cargo update Throws version Error [BUG] #116

skykingisepic opened this issue Nov 22, 2023 · 1 comment
Assignees
Labels
dependency update Need to update a dependency package working on Currently being addressed

Comments

@skykingisepic
Copy link

skykingisepic commented Nov 22, 2023

Clone epic master repo on Pi4

Change reference for RandomX in core/cargo.toml:
#randomx = { git = "https://github.com/EpicCash/randomx-rust.git", tag = "v0.1.1" }
randomx = { git = "https://github.com/johanneshahn/randomx-rs.git" }

Run cargo update throws this error:

error: failed to select a version for the requirement ahash = "^0.6"
candidate versions found which didn't match: 0.8.6, 0.8.5, 0.8.4, ...
location searched: crates.io index

@who-biz
Copy link
Contributor

who-biz commented Dec 5, 2023

Looks like we need to update ahash dependency. 0.6 version has been yanked.

@who-biz who-biz self-assigned this Dec 5, 2023
@who-biz who-biz added working on Currently being addressed dependency update Need to update a dependency package labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency update Need to update a dependency package working on Currently being addressed
Projects
None yet
Development

No branches or pull requests

2 participants