XXX/lightclient: Use unstable backend

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-02-26 19:57:00 +02:00
parent 63306d95d3
commit 9c6961939f
3 changed files with 62 additions and 14 deletions
+3 -1
View File
@@ -61,7 +61,7 @@ unstable-metadata = []
# Activate this to expose the Light Client functionality.
# Note that this feature is experimental and things may break or not work as expected.
unstable-light-client = ["subxt-lightclient", "tokio-stream"]
unstable-light-client = ["subxt-lightclient", "tokio-stream", "tokio"]
[dependencies]
async-trait = { workspace = true }
@@ -118,6 +118,8 @@ getrandom = { workspace = true, optional = true }
# Included if "native" feature is enabled
tokio-util = { workspace = true, features = ["compat"], optional = true }
tokio = { workspace = true, features = ["macros", "time", "rt-multi-thread"], optional = true }
[dev-dependencies]
bitvec = { workspace = true }
codec = { workspace = true, features = ["derive", "bit-vec"] }