mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-14 12:01:02 +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 }
|
||||
@@ -255,7 +256,7 @@ try-runtime = [
|
||||
# to make it smaller, like logging for example.
|
||||
on-chain-release-build = [ "sp-api/disable-logging" ]
|
||||
|
||||
async-backing = []
|
||||
async-backing = [ "openzeppelin-polkadot-wrappers-proc/async-backing" ]
|
||||
|
||||
default = [ "std" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user