Skip to content

Commit

Permalink
remove compile features in node/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Aton committed Jan 23, 2019
1 parent 69fcffd commit f54f3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log = "0.4"
tokio = "0.1.7"
futures = "0.1"
exit-future = "0.1"
substrate-cli = { path = "../../core/cli", features = ["msgbus-redis", "msgbus-redis-keyhash", "cache-lru"] }
substrate-cli = { path = "../../core/cli" }
parity-codec = { version = "2.2" }
slog = "^2"
sr-io = { path = "../../core/sr-io" }
Expand Down

0 comments on commit f54f3f5

Please sign in to comment.