From 0e78e34046a6d2af78f398df967d49c85b7573e3 Mon Sep 17 00:00:00 2001 From: Lycrus Hamster Date: Fri, 4 Sep 2020 17:24:43 +0800 Subject: [PATCH] build: revert rayon to version 1.3 (#444) --- common/merkle/Cargo.toml | 2 +- framework/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/merkle/Cargo.toml b/common/merkle/Cargo.toml index 872a04aee..0ad2cd338 100644 --- a/common/merkle/Cargo.toml +++ b/common/merkle/Cargo.toml @@ -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] diff --git a/framework/Cargo.toml b/framework/Cargo.toml index c50515f6b..7242ae978 100644 --- a/framework/Cargo.toml +++ b/framework/Cargo.toml @@ -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"