Skip to content

Commit

Permalink
chore: update randomx (#3283)
Browse files Browse the repository at this point in the history
Description
---
Update Randomx crate to 1.1.9

Motivation and Context
---
This is mainly to enable building on CI and WSL on windows that struggle to clone repos with SSH or http. 

How Has This Been Tested?
---
Manually
  • Loading branch information
stringhandler authored Sep 3, 2021
1 parent 074034b commit 864d690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base_layer/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ num = "0.3"
prost = "0.8.0"
prost-types = "0.8.0"
rand = "0.8"
randomx-rs = { version = "0.5.0", optional = true }
randomx-rs = { version = "1.1.9", optional = true }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0"
strum_macros = "0.17.1"
Expand Down

0 comments on commit 864d690

Please sign in to comment.