randomx-rs: e09955c -> ab4a0ea (#487)

apply
This commit is contained in:
hinto-janai
2025-05-27 16:22:09 -04:00
committed by GitHub
parent ce7a04f2d9
commit 1c22d40bb5
2 changed files with 13 additions and 3 deletions

14
Cargo.lock generated
View File

@@ -425,6 +425,15 @@ version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "cmake"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
dependencies = [
"cc",
]
[[package]]
name = "const_format"
version = "0.2.34"
@@ -2528,10 +2537,11 @@ dependencies = [
[[package]]
name = "randomx-rs"
version = "1.3.2"
source = "git+https://github.com/Cuprate/randomx-rs.git?rev=e09955c#e09955cde78482203f125fbe6bcb81098048df98"
version = "1.4.0"
source = "git+https://github.com/Cuprate/randomx-rs.git?rev=ab4a0ea#ab4a0eaeb47a59ed79c9e9ab2686ec3e8616e2ec"
dependencies = [
"bitflags 1.3.2",
"cmake",
"libc",
"thiserror",
]

View File

@@ -132,7 +132,7 @@ monero-serai = { git = "https://github.com/Cuprate/serai.git", rev = "e
nu-ansi-term = { version = "0.46", default-features = false }
paste = { version = "1", default-features = false }
pin-project = { version = "1", default-features = false }
randomx-rs = { git = "https://github.com/Cuprate/randomx-rs.git", rev = "e09955c", default-features = false }
randomx-rs = { git = "https://github.com/Cuprate/randomx-rs.git", rev = "ab4a0ea", default-features = false }
rand = { version = "0.8", default-features = false }
rand_distr = { version = "0.4", default-features = false }
rayon = { version = "1", default-features = false }