Skip to content

Commit

Permalink
upgrade ss58-registry with additional networks. (paritytech#10224)
Browse files Browse the repository at this point in the history
* upgrade ss58-registry with additional networks.

* adding cargo lock

* Update primitives/core/Cargo.toml

Co-authored-by: Bastian Köcher <[email protected]>

* turn on std

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
gilescope and bkchr authored Nov 9, 2021
1 parent 5111c72 commit 5fe5974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ twox-hash = { version = "1.6.1", default-features = false, optional = true }
libsecp256k1 = { version = "0.6", default-features = false, features = ["hmac", "static-context"], optional = true }
sp-core-hashing = { version = "4.0.0-dev", path = "./hashing", default-features = false, optional = true }
merlin = { version = "2.0", default-features = false, optional = true }
ss58-registry = "1.0.0"
ss58-registry = { version = "1.5.0", default-features = false }
sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path = "../runtime-interface" }

[dev-dependencies]
Expand Down Expand Up @@ -125,6 +125,7 @@ std = [
"sp-externalities",
"sp-storage/std",
"sp-runtime-interface/std",
"ss58-registry/std",
"zeroize/alloc",
"secrecy/alloc",
"futures",
Expand Down

0 comments on commit 5fe5974

Please sign in to comment.