mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-19 03:01:04 +00:00
Reference for macros usage (#354)
* Reference for macro usage update build, fix fmt and tomls fixed Erc20XcmBridge, updated deps toml sort &fmt * fix import * fix sort * comment out tests * fix fmt * fix constant tests
This commit is contained in:
@@ -18,6 +18,7 @@ scale-info = { workspace = true, features = [ "derive" ] }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
openzeppelin-polkadot-wrappers = { workspace = true }
|
||||
openzeppelin-polkadot-wrappers-proc = { workspace = true }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { workspace = true, optional = true }
|
||||
@@ -198,7 +199,7 @@ std = [
|
||||
"xcm-primitives/std",
|
||||
"xcm/std",
|
||||
]
|
||||
async-backing = []
|
||||
async-backing = [ "openzeppelin-polkadot-wrappers-proc/async-backing" ]
|
||||
metadata-hash = [ "substrate-wasm-builder/metadata-hash" ]
|
||||
runtime-benchmarks = [
|
||||
"assets-common/runtime-benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user