epic
epic copied to clipboard
Pre-Build cargo update Throws version Error [BUG]
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
Looks like we need to update ahash dependency. 0.6 version has been yanked.