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
870a9818
Commit
870a9818
authored
Jun 25, 2018
by
Tomasz Drwięga
Committed by
Gav Wood
Jun 25, 2018
Browse files
Bump error-chain (#245)
* Bump error-chain * Fix compilation errors
parent
80d4b715
Changes
6
Hide whitespace changes
Inline
Side-by-side
api/Cargo.toml
View file @
870a9818
...
...
@@ -4,7 +4,7 @@ version = "0.1.0"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
[dependencies]
error-chain
=
"0.1
1
"
error-chain
=
"0.1
2
"
polkadot-executor
=
{
path
=
"../executor"
}
polkadot-runtime
=
{
path
=
"../runtime"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
...
...
cli/Cargo.toml
View file @
870a9818
...
...
@@ -7,7 +7,7 @@ description = "Polkadot node implementation in Rust."
[dependencies]
clap
=
{
version
=
"2.27"
,
features
=
["yaml"]
}
env_logger
=
"0.4"
error-chain
=
"0.1
1
"
error-chain
=
"0.1
2
"
log
=
"0.3"
atty
=
"0.2"
regex
=
"0.2"
...
...
consensus/Cargo.toml
View file @
870a9818
...
...
@@ -8,7 +8,7 @@ futures = "0.1.17"
parking_lot
=
"0.4"
tokio-core
=
"0.1.12"
ed25519
=
{
path
=
"../../substrate/ed25519"
}
error-chain
=
"0.1
1
"
error-chain
=
"0.1
2
"
log
=
"0.3"
exit-future
=
"0.1"
polkadot-api
=
{
path
=
"../api"
}
...
...
parachain/Cargo.toml
View file @
870a9818
...
...
@@ -7,7 +7,7 @@ description = "Types and utilities for creating and working with parachains"
[dependencies]
substrate-codec
=
{
path
=
"../../substrate/codec"
,
default-features
=
false
}
wasmi
=
{
version
=
"0.1"
,
optional
=
true
}
error-chain
=
{
version
=
"0.1
1
"
,
optional
=
true
}
error-chain
=
{
version
=
"0.1
2
"
,
optional
=
true
}
[dev-dependencies]
tiny-keccak
=
"1.4"
...
...
service/Cargo.toml
View file @
870a9818
...
...
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
futures
=
"0.1.17"
parking_lot
=
"0.4"
tokio-timer
=
"0.1.2"
error-chain
=
"0.1
1
"
error-chain
=
"0.1
2
"
lazy_static
=
"1.0"
log
=
"0.3"
slog
=
"^2"
...
...
transaction-pool/Cargo.toml
View file @
870a9818
...
...
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log
=
"0.3.0"
error-chain
=
"0.1
1
"
error-chain
=
"0.1
2
"
parking_lot
=
"0.4"
polkadot-api
=
{
path
=
"../api"
}
polkadot-primitives
=
{
path
=
"../primitives"
}
...
...
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