11[package ]
22name = " bridge-runtime-common"
33version = " 0.1.0"
4- authors =
[ " Parity Technologies <[email protected] > " ] 5- edition = " 2021 "
6- repository = " https://github.com/paritytech/parity-bridges-common/ "
4+ authors.workspace = true
5+ edition.workspace = true
6+ repository.workspace = true
77license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
88
99[dependencies ]
@@ -41,20 +41,21 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d
4141sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " master" , default-features = false }
4242
4343# Polkadot dependencies
44- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " master " , default-features = false }
45- xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " master " , default-features = false }
44+ xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " master " }
45+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " master " }
4646
4747[dev-dependencies ]
4848bp-test-utils = { path = " ../../primitives/test-utils" }
4949pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " master" }
5050
5151[features ]
52- default = [" std" ]
52+ default = [ " std" ]
5353std = [
5454 " bp-header-chain/std" ,
5555 " bp-messages/std" ,
5656 " bp-parachains/std" ,
5757 " bp-polkadot-core/std" ,
58+ " bp-relayers/std" ,
5859 " bp-runtime/std" ,
5960 " bp-xcm-bridge-hub-router/std" ,
6061 " codec/std" ,
@@ -75,16 +76,19 @@ std = [
7576 " sp-runtime/std" ,
7677 " sp-std/std" ,
7778 " sp-trie/std" ,
78- " xcm/std" ,
7979 " xcm-builder/std" ,
80+ " xcm/std" ,
8081]
8182runtime-benchmarks = [
83+ " frame-support/runtime-benchmarks" ,
84+ " frame-system/runtime-benchmarks" ,
85+ " pallet-balances/runtime-benchmarks" ,
8286 " pallet-bridge-grandpa/runtime-benchmarks" ,
8387 " pallet-bridge-messages/runtime-benchmarks" ,
8488 " pallet-bridge-parachains/runtime-benchmarks" ,
8589 " pallet-bridge-relayers/runtime-benchmarks" ,
90+ " pallet-utility/runtime-benchmarks" ,
91+ " sp-runtime/runtime-benchmarks" ,
8692 " xcm-builder/runtime-benchmarks" ,
8793]
88- integrity-test = [
89- " static_assertions" ,
90- ]
94+ integrity-test = [ " static_assertions" ]
0 commit comments