epic icon indicating copy to clipboard operation
epic copied to clipboard

Pre-Build cargo update Throws version Error [BUG]

Open skykingisepic opened this issue 2 years ago • 1 comments

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

skykingisepic avatar Nov 22 '23 19:11 skykingisepic

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

who-biz avatar Dec 05 '23 17:12 who-biz