Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
13dbc6ca
Commit
13dbc6ca
authored
Jan 10, 2019
by
Hero Bird
Browse files
[pdsl_core] Use paritytech parity-codec
Now it has the required features in a branch.
parent
70ea6f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pdsl_core/Cargo.toml
View file @
13dbc6ca
...
...
@@ -26,9 +26,9 @@ wee_alloc = "0.4"
[dependencies.parity-codec]
version
=
"2.0"
default-features
=
false
features
=
["derive"]
git
=
"https://github.com/
robbepop
/parity-codec"
branch
=
"
pdsl
_impl"
features
=
[
"derive"
,
"full"
]
git
=
"https://github.com/
paritytech
/parity-codec
/
"
branch
=
"
no_std
_impl
s
"
[features]
default
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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