Skip to content

Commit

Permalink
try: substrate-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 25, 2019
1 parent eb39a50 commit b02dbd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 4 additions & 2 deletions node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ tokio = { version = "0.1.22", optional = true }

transaction-factory = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop", optional = true }

darwinia-cli = { path = "../../core/cli" }
#darwinia-cli = { path = "../../core/cli" }
darwinia-cli = { package = "substrate-cli", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" }

# WASM-specific dependencies
clear_on_drop = { version = "0.2.3", features = ["no_cc"], optional = true } # Imported just for the `no_cc` feature
Expand Down Expand Up @@ -103,7 +104,8 @@ vergen = "3.0.4"

build-script-utils = { package = "substrate-build-script-utils", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" }

darwinia-cli = { path = "../../core/cli", optional = true }
#darwinia-cli = { path = "../../core/cli", optional = true }
darwinia-cli = { package = "substrate-cli", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop", optional = true }

[features]
default = ["cli"]
Expand Down

0 comments on commit b02dbd4

Please sign in to comment.