mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 14:25:41 +00:00
committed by
GitHub
parent
327e4ad4ac
commit
e2776f42f9
@@ -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.1"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -15,6 +15,6 @@ libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-web
|
||||
log = "0.4.8"
|
||||
lru = "0.4.3"
|
||||
parking_lot = "0.10.0"
|
||||
sc-network = { version = "0.8.0-dev", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../primitives/runtime" }
|
||||
sc-network = { version = "0.8.0-alpha.1", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-alpha.1", path = "../../primitives/runtime" }
|
||||
wasm-timer = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user