subxt-core compiles to no std again

This commit is contained in:
Tadeo hepperle
2024-01-30 10:18:08 +01:00
parent a3ec38f8b6
commit 4512ad7fc0
9 changed files with 18 additions and 171 deletions
-3
View File
@@ -44,9 +44,6 @@ impl-serde = { workspace = true }
primitive-types = { workspace = true, default-features = false, features = ["codec", "serde_no_std", "scale-info"] }
sp-core-hashing = { workspace = true }
# For parsing urls to disallow insecure schemes
url = { workspace = true }
# Included if the "substrate-compat" feature is enabled.
sp-core = { workspace = true, optional = true }
sp-runtime = { workspace = true, optional = true }