Release of Alpha.7 (#5904)

This commit is contained in:
Benjamin Kampmann
2020-05-05 20:50:46 +02:00
committed by GitHub
parent ae3909eb53
commit 45886bd197
181 changed files with 1668 additions and 1668 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
[package]
description = "Gossiping for the Substrate network protocol"
name = "sc-network-gossip"
version = "0.8.0-dev"
version = "0.8.0-alpha.7"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
@@ -19,9 +19,9 @@ futures-timer = "3.0.1"
libp2p = { version = "0.18.1", default-features = false, features = ["websocket"] }
log = "0.4.8"
lru = "0.4.3"
sc-network = { version = "0.8.0-dev", path = "../network" }
sp-runtime = { version = "2.0.0-dev", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0-dev", path = "../../primitives/utils" }
sc-network = { version = "0.8.0-alpha.7", path = "../network" }
sp-runtime = { version = "2.0.0-alpha.7", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0-alpha.7", path = "../../primitives/utils" }
wasm-timer = "0.2"
[dev-dependencies]