Skip to content

Commit

Permalink
Fixed compilation of individual packages.
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
  • Loading branch information
appetrosyan committed Dec 6, 2021
1 parent ee91394 commit 8e8e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
[features]
bridge = ["iroha_core/bridge"]
dex = ["iroha_core/dex"]
roles = ["iroha_core/roles"]
roles = ["iroha_core/roles", "iroha_permissions_validators/roles"]
telemetry = ["iroha_core/telemetry"]
dev-telemetry = ["iroha_core/dev-telemetry"]
default = ["bridge"]
Expand Down

0 comments on commit 8e8e46a

Please sign in to comment.