mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
chore: Update crate deps and freeze RandomX git rev
This commit is contained in:
@@ -117,15 +117,15 @@ halo2_gadgets = {version = "0.3.1", features = ["circuit-params"], optional = tr
|
||||
|
||||
# Smart contract runtime
|
||||
darkfi-sdk = {path = "src/sdk", optional = true}
|
||||
wasmer = {version = "6.0.0", features = ["singlepass"], optional = true}
|
||||
wasmer-compiler-singlepass = {version = "6.0.0", optional = true}
|
||||
wasmer-middlewares = {version = "6.0.0", optional = true}
|
||||
wasmer = {version = "6.0.1", features = ["singlepass"], optional = true}
|
||||
wasmer-compiler-singlepass = {version = "6.0.1", optional = true}
|
||||
wasmer-middlewares = {version = "6.0.1", optional = true}
|
||||
|
||||
# Blockchain store
|
||||
sled-overlay = {version = "0.1.8", optional = true}
|
||||
|
||||
# Miner
|
||||
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true}
|
||||
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true, rev = "91cd62809e006f1dcee31ab62160ca5dc71f4c2d"}
|
||||
monero = {version = "0.21.0", optional = true}
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"], optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user