Update to upstream reed-solomon-erasure (#978)

This commit is contained in:
Benjamin Kampmann
2020-04-08 11:30:34 +02:00
committed by GitHub
parent 9477be3440
commit 335961c520
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -5108,10 +5108,11 @@ dependencies = [
[[package]]
name = "reed-solomon-erasure"
version = "4.0.0"
source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [
"smallvec 0.6.13",
"smallvec 1.2.0",
]
[[package]]
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
primitives = { package = "polkadot-primitives", path = "../primitives" }
reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" }
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"}
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }