mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
more idiomatic std features
This commit is contained in:
@@ -9,6 +9,5 @@ runtime-std = { path = "./std", version = "0.1" }
|
||||
rustc-hex = "1.0"
|
||||
|
||||
[features]
|
||||
default = ["with-std"]
|
||||
with-std = []
|
||||
without-std = ["polkadot-runtime-codec/no-std"]
|
||||
default = ["std"]
|
||||
std = ["polkadot-runtime-codec/std"]
|
||||
|
||||
Reference in New Issue
Block a user