Add an Error type to Aura (#3688)

* Add an Error type to Aura

* Add Cargo.lock

* AuRa -> Aura

Co-Authored-By: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
Ashley
2019-10-01 17:42:11 +13:00
committed by Gavin Wood
parent 656a3d3303
commit c545344c60
3 changed files with 45 additions and 24 deletions
+1
View File
@@ -4771,6 +4771,7 @@ dependencies = [
name = "substrate-consensus-aura"
version = "2.0.0"
dependencies = [
"derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",