Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
de65073b
Unverified
Commit
de65073b
authored
Mar 27, 2021
by
Bernhard Schuster
Committed by
GitHub
Mar 27, 2021
Browse files
use novelpoly 1.0.0 (#2727)
parent
36af7c96
Pipeline
#130910
failed with stages
in 26 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
de65073b
...
...
@@ -6969,9 +6969,9 @@ dependencies = [
[[package]]
name = "reed-solomon-novelpoly"
version = "0.0
.3
"
version = "
1.
0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f11e01a8ef53ec033daf53a9385a1d0b
b266
155797919096e4134118f45efe82
"
checksum = "
3bd8f48
b2
0
66
e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221
"
dependencies = [
"derive_more",
"fs-err",
...
...
erasure-coding/Cargo.toml
View file @
de65073b
...
...
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
primitives
=
{
package
=
"polkadot-primitives"
,
path
=
"../primitives"
}
novelpoly
=
{
package
=
"reed-solomon-novelpoly"
,
version
=
"
=
0
.0
.
3
" }
novelpoly
=
{
package
=
"reed-solomon-novelpoly"
,
version
=
"
1
.0.
0
"
}
parity-scale-codec
=
{
version
=
"2.0.0"
,
default-features
=
false
,
features
=
[
"std"
,
"derive"
]
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie
=
{
package
=
"sp-trie"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment