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
75a1c98c
Commit
75a1c98c
authored
Jan 09, 2019
by
Hero Bird
Browse files
[examples/Subpeep] Make lazy_static use spin_no_std crate feature
This is for no_std compatibility.
parent
2b67b66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/subpeep/Cargo.toml
View file @
75a1c98c
...
...
@@ -10,7 +10,7 @@ pdsl_core = { path = "../../pdsl_core" }
parity-codec
=
{
version
=
"2.0.4"
,
default-features
=
false
}
parity-codec-derive
=
{
version
=
"2.0.4"
,
default-features
=
false
}
lazy_static
=
"1.2"
lazy_static
=
{
version
=
"1.2"
,
features
=
["spin_no_std"]
}
spin
=
{
version
=
"0.4"
,
default-features
=
false
}
[lib]
...
...
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