Switch reed-solomon-erasure from vendored to upstream (#9483)

This commit is contained in:
Ryo Onodera
2020-04-14 14:33:21 +09:00
committed by GitHub
parent 68b099c277
commit 2d0224b64e
2 changed files with 13 additions and 13 deletions

View File

@ -26,7 +26,7 @@ num_cpus = "1.0.0"
rand = "0.6.5"
rand_chacha = "0.1.1"
rayon = "1.3.0"
reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] }
reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
regex = "1.3.6"
serde = "1.0.106"
serde_bytes = "0.11.3"