mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Releasing 3.0 (#8098)
* bumping version for next release * add changelog * add guide
This commit is contained in:
committed by
GitHub
parent
772224c132
commit
6a964c5df0
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-browser-utils"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Utilities for creating a browser light-client."
|
||||
edition = "2018"
|
||||
@@ -22,13 +22,13 @@ js-sys = "0.3.34"
|
||||
wasm-bindgen = "0.2.57"
|
||||
wasm-bindgen-futures = "0.4.18"
|
||||
kvdb-web = "0.9.0"
|
||||
sp-database = { version = "2.0.0", path = "../../primitives/database" }
|
||||
sc-informant = { version = "0.8.0", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network", version = "0.8.0"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0"}
|
||||
sc-telemetry = { path = "../../client/telemetry", version = "2.0.0"}
|
||||
sc-tracing = { path = "../../client/tracing", version = "2.0.0"}
|
||||
sp-database = { version = "3.0.0", path = "../../primitives/database" }
|
||||
sc-informant = { version = "0.9.0", path = "../../client/informant" }
|
||||
sc-service = { version = "0.9.0", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network", version = "0.9.0"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec", version = "3.0.0"}
|
||||
sc-telemetry = { path = "../../client/telemetry", version = "3.0.0"}
|
||||
sc-tracing = { path = "../../client/tracing", version = "3.0.0"}
|
||||
|
||||
# Imported just for the `wasm-bindgen` feature
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
|
||||
Reference in New Issue
Block a user