mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +00:00
subxt-core compiles to no std again
This commit is contained in:
+3
-2
@@ -77,7 +77,7 @@ impl-serde = { version = "0.4.0" }
|
||||
indoc = "2"
|
||||
jsonrpsee = { version = "0.21" }
|
||||
pretty_assertions = "1.4.0"
|
||||
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
|
||||
primitive-types = { version = "0.12.2", default-features = false }
|
||||
proc-macro-error = "1.0.4"
|
||||
proc-macro2 = "1.0.78"
|
||||
quote = "1.0.35"
|
||||
@@ -131,7 +131,8 @@ sp-keyring = "31.0.0"
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.34.0", path = "subxt", default-features = false }
|
||||
subxt-macro = { version = "0.34.0", path = "macro" }
|
||||
subxt-metadata = { version = "0.34.0", path = "metadata" }
|
||||
subxt-core = { version = "0.34.0", path = "core", default-features = false }
|
||||
subxt-metadata = { version = "0.34.0", path = "metadata", default-features = false }
|
||||
subxt-codegen = { version = "0.34.0", path = "codegen" }
|
||||
subxt-signer = { version = "0.34.0", path = "signer" }
|
||||
subxt-lightclient = { version = "0.34.0", path = "lightclient", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user