chore: Update RandomX to 1.2.1

This commit is contained in:
parazyd
2025-02-18 11:11:22 +01:00
parent ce5dc4988b
commit 2f55e8e09d
3 changed files with 137 additions and 139 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[workspace]
[dependencies]
randomx = {git = "https://github.com/darkrenaissance/RandomX"}
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX"}
darkfi-serial = {path = "../../../src/serial"}
darkfi-sdk = {path = "../../../src/sdk", features = ["async"]}
darkfi = {path = "../../../", features = ["util", "async-serial"]}