Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Nov 28, 2023
1 parent 8c910b2 commit 9fd5c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", branch =
sp-weights = { default-features = false, features = ["serde"], git = "https://github.com/paritytech/polkadot-sdk.git", branch = "master" }

# local deps
substrate-api-client = { path = "..", default-features = false, features = ["jsonrpsee-client", "tungstenite-client", "ws-client", "staking-xt", "contracts-xt"] }
substrate-api-client = { path = "..", default-features = false, features = ["jsonrpsee-client", "staking-xt", "contracts-xt"] }

[features]
default = ["sync-examples"]
sync-examples = ["substrate-api-client/std", "substrate-api-client/sync-api"]
sync-examples = ["substrate-api-client/std", "substrate-api-client/sync-api", "substrate-api-client/tungstenite-client", "substrate-api-client/ws-client" ]

[dependencies]
tokio-util = "0.7.8"

0 comments on commit 9fd5c51

Please sign in to comment.