make web and native features explicit in signer if subxt feature enabled

This commit is contained in:
Tadeo hepperle
2023-10-09 11:38:29 +02:00
parent 9c85982208
commit f40f22d78b
7 changed files with 331 additions and 149 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer" }
subxt-signer = { path = "../../signer", features = ["web"] }
futures = { version = "0.3.27", default-features = false, features = ["std"] }
tokio = { version = "1.28", features = ["macros", "time", "rt-multi-thread"] }
sp-core = "21.0.0"