Skip to content

Commit

Permalink
Merge pull request #49 from hicommonwealth/drew.subkey
Browse files Browse the repository at this point in the history
Missed toml changes
  • Loading branch information
drewstone authored Mar 5, 2019
2 parents a01b255 + 968a3a6 commit deb5317
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ members = [
"modules/edge-delegation",
"modules/edge-governance",
"modules/edge-identity",
"modules/edge-voting"
"modules/edge-voting",
"subkey"
]
exclude = [ "node/runtime/wasm" ]

[profile.release]
# Substrate runtime requires unwinding.
panic = "unwind"
panic = "unwind"
2 changes: 1 addition & 1 deletion subkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
substrate-primitives = { version = "*", path = "../core/primitives" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
rand = "0.6"
clap = { version = "~2.32", features = ["yaml"] }

Expand Down

0 comments on commit deb5317

Please sign in to comment.