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
@@ -34,7 +34,7 @@ scale-info = { workspace = true, features = ["bit-vec"] }
sp-core = { workspace = true }
syn = { workspace = true }
subxt = { workspace = true, features = ["unstable-metadata", "native", "jsonrpsee", "substrate-compat"] }
subxt-signer = { workspace = true }
subxt-signer = { workspace = true, features = ["native"] }
subxt-codegen = { workspace = true }
subxt-metadata = { workspace = true }
test-runtime = { workspace = true }