Skip to content

Commit

Permalink
chore; don't require default features for cli (paritytech#1497)
Browse files Browse the repository at this point in the history
* don't require default features for an API crate

Let the consumer define by overriding the features for the inner deps as needed.
Cargo feature resolution allows this.

Ref paritytech/polkadot#5792

* Update client/relay-chain-inprocess-interface/Cargo.toml

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
  • Loading branch information
2 people authored and jordy25519 committed Aug 7, 2022
1 parent 801e562 commit e81898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/relay-chain-inprocess-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sp-runtime = { git = "https://github.com/futureversecom/substrate", branch = "po
sp-state-machine = { git = "https://github.com/futureversecom/substrate", branch = "polkadot-v0.9.23" }

# Polkadot
polkadot-cli = { git = "ssh://git@github.com/futureversecom/relay-chain", branch = "release/0.0.1-rc0" }
polkadot-cli = { git = "ssh://git@github.com/futureversecom/relay-chain", branch = "release/0.0.1-rc0", default-features = false }
polkadot-client = { git = "ssh://git@github.com/futureversecom/relay-chain", branch = "release/0.0.1-rc0" }
polkadot-service = { git = "ssh://git@github.com/futureversecom/relay-chain", branch = "release/0.0.1-rc0" }

Expand Down

0 comments on commit e81898a

Please sign in to comment.