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
b3f9d377
Commit
b3f9d377
authored
Aug 09, 2018
by
Gav Wood
Committed by
GitHub
Aug 09, 2018
Browse files
Remove safe-mix (#521)
parent
cc7a4d62
Changes
2
Hide whitespace changes
Inline
Side-by-side
runtime/Cargo.toml
View file @
b3f9d377
...
...
@@ -8,7 +8,7 @@ rustc-hex = "1.0"
log
=
{
version
=
"0.3"
,
optional
=
true
}
serde
=
{
version
=
"1.0"
,
default_features
=
false
}
serde_derive
=
{
version
=
"1.0"
,
optional
=
true
}
safe-mix
=
{
path
=
"../../safe-mix
"
,
default_features
=
false
}
safe-mix
=
{
version
=
"1.0
"
,
default_features
=
false
}
polkadot-primitives
=
{
path
=
"../primitives"
,
default_features
=
false
}
substrate-codec
=
{
path
=
"../../substrate/codec"
}
substrate-serializer
=
{
path
=
"../../substrate/serializer"
}
...
...
runtime/wasm/Cargo.toml
View file @
b3f9d377
...
...
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies]
integer-sqrt
=
{
git
=
"https://github.com/paritytech/integer-sqrt-rs.git"
,
branch
=
"master"
}
polkadot-primitives
=
{
path
=
"../../primitives"
,
default-features
=
false
}
safe-mix
=
{
path
=
"../../../safe-mix
"
,
default-features
=
false
}
safe-mix
=
{
version
=
"1.0
"
,
default-features
=
false
}
substrate-codec
=
{
path
=
"../../../substrate/codec"
,
default-features
=
false
}
substrate-primitives
=
{
path
=
"../../../substrate/primitives"
,
default-features
=
false
}
substrate-runtime-std
=
{
path
=
"../../../substrate/runtime-std"
,
default-features
=
false
}
...
...
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