Remove duplicate `rayon` dependency from zebra-chain (#4811)

This commit is contained in:
teor 2022-07-24 10:46:47 +10:00 committed by GitHub
parent dc9da24c8b
commit 4075a20380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ rand_chacha = { version = "0.3.1", optional = true }
tokio = { version = "1.20.0", features = ["tracing"], optional = true }
zebra-test = { path = "../zebra-test/", optional = true }
rayon = "1.5.3"
[dev-dependencies]