rename fg-primitives to more verbose name (#1123)

This commit is contained in:
Robert Habermeier
2018-11-16 08:36:04 +01:00
committed by GitHub
parent 276ec5f85d
commit 5d5bbcccfb
8 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ substrate-client = { path = "../client" }
log = "0.4"
parking_lot = "0.4"
tokio = "0.1.7"
substrate-fg-primitives = { path = "primitives" }
substrate-finality-grandpa-primitives = { path = "primitives" }
[dependencies.finality-grandpa]
version = "0.3.0"
@@ -1,5 +1,5 @@
[package]
name = "substrate-fg-primitives"
name = "substrate-finality-grandpa-primitives"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
+1 -1
View File
@@ -59,7 +59,7 @@ extern crate substrate_primitives;
extern crate tokio;
extern crate parking_lot;
extern crate parity_codec as codec;
extern crate substrate_fg_primitives as fg_primitives;
extern crate substrate_finality_grandpa_primitives as fg_primitives;
#[macro_use]
extern crate log;