Unverified Commit 5f406649 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

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

parent bee86bba
Pipeline #87059 passed with stages
in 24 minutes and 2 seconds
...@@ -5108,10 +5108,11 @@ dependencies = [ ...@@ -5108,10 +5108,11 @@ dependencies = [
[[package]] [[package]]
name = "reed-solomon-erasure" name = "reed-solomon-erasure"
version = "4.0.0" version = "4.0.2"
source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [ dependencies = [
"smallvec 0.6.13", "smallvec 1.2.0",
] ]
[[package]] [[package]]
......
...@@ -6,7 +6,7 @@ edition = "2018" ...@@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
primitives = { package = "polkadot-primitives", path = "../primitives" } 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"] } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment