Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
build: revert rayon to version 1.3 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
LycrusHamster authored Sep 4, 2020
1 parent 37a4326 commit 0e78e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/nervosnetwork/muta"

[dependencies]
protocol = { path = "../../protocol", package = "muta-protocol" }
rayon = "1.4"
rayon = "1.3"
static_merkle_tree = "1.1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ json = "0.12"
hex = "0.4"
serde_json = "1.0"
log = "0.4"
rayon = "1.4"
rayon = "1.3"
lru-cache = "0.1"
lru = "0.6"
parking_lot = "0.11"
Expand Down

0 comments on commit 0e78e34

Please sign in to comment.