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
6b94ec75
Commit
6b94ec75
authored
Jan 18, 2019
by
Hero Bird
Browse files
[pdsl] Use new parity-codec v2.2
parent
0427c87c
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/subpeep/Cargo.toml
View file @
6b94ec75
...
...
@@ -6,17 +6,10 @@ edition = "2018"
[dependencies]
pdsl_core
=
{
path
=
"../../pdsl_core"
}
parity-codec
=
{
version
=
"2.2"
,
default-features
=
false
,
features
=
[
"derive"
,
"full"
]
}
lazy_static
=
{
version
=
"1.2"
,
features
=
["spin_no_std"]
}
spin
=
{
version
=
"0.4"
,
default-features
=
false
}
[dependencies.parity-codec]
version
=
"2.0"
default-features
=
false
features
=
[
"derive"
,
"full"
]
git
=
"https://github.com/paritytech/parity-codec"
branch
=
"master"
[lib]
name
=
"subpeep"
crate-type
=
["cdylib"]
...
...
pdsl_core/Cargo.toml
View file @
6b94ec75
...
...
@@ -18,17 +18,11 @@ categories = ["no-std", "embedded"]
include
=
[
"/Cargo.toml"
,
"src/**/*.rs"
,
"/README.md"
,
"/LICENSE"
]
[dependencies]
parity-codec
=
{
version
=
"2.2"
,
default-features
=
false
,
features
=
[
"derive"
,
"full"
]
}
tiny-keccak
=
"1.4"
log
=
"0.4"
wee_alloc
=
"0.4"
[dependencies.parity-codec]
version
=
"2.0"
default-features
=
false
features
=
[
"derive"
,
"full"
]
git
=
"https://github.com/paritytech/parity-codec/"
branch
=
"master"
[features]
default
=
[]
test-env
=
["std"]
...
...
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