git.delta.rocks / unique-network / refs/commits / feb9eda279da

difftreelog

ci(cli) add opal-runtime feature

Yaroslav Bolyukin2022-08-17parent: #a925383.patch.diff
in: master

1 file changed

modifiednode/cli/Cargo.tomldiffbeforeafterboth
266266
267[dependencies.opal-runtime]267[dependencies.opal-runtime]
268path = '../../runtime/opal'268path = '../../runtime/opal'
269optional = true
269270
270[dependencies.up-data-structs]271[dependencies.up-data-structs]
271path = "../../primitives/data-structs"272path = "../../primitives/data-structs"
320rmrk-rpc = { path = "../../primitives/rmrk-rpc" }321rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
321322
322[features]323[features]
323default = []324default = ["opal-runtime"]
324runtime-benchmarks = [325runtime-benchmarks = [
325 'unique-runtime?/runtime-benchmarks',326 'unique-runtime?/runtime-benchmarks',
326 'quartz-runtime?/runtime-benchmarks',327 'quartz-runtime?/runtime-benchmarks',