Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f41677d

Browse files
authored
rename browser-utils to substrate-browser-utils (#5079)
1 parent e769ac4 commit f41677d

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ node-inspect = { version = "0.8.0-alpha.2", optional = true, path = "../inspect"
9898
# WASM-specific dependencies
9999
wasm-bindgen = { version = "0.2.57", optional = true }
100100
wasm-bindgen-futures = { version = "0.4.7", optional = true }
101-
browser-utils = { path = "../../../utils/browser", optional = true , version = "0.8.0-alpha.2"}
101+
browser-utils = { package = "substrate-browser-utils", path = "../../../utils/browser", optional = true, version = "0.8.0-alpha.2" }
102102

103103
[dev-dependencies]
104104
sc-keystore = { version = "2.0.0-alpha.2", path = "../../../client/keystore" }

utils/browser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "browser-utils"
2+
name = "substrate-browser-utils"
33
version = "0.8.0-alpha.2"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Utilities for creating a browser light-client."

0 commit comments

Comments
 (0)