66
77[dependencies ]
88# substrate
9- frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false , optional = true }
10- frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
11- frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
12- sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
13- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
14- sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
15- sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
16- sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
17- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false , optional = true }
9+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false , optional = true }
10+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
11+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
12+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
13+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
14+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
15+ sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
16+ sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false }
17+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" , default-features = false , optional = true }
1818
1919 # polytope labs
2020ismp = { package = " ismp" , path = " ../core" , default-features = false }
@@ -31,7 +31,7 @@ enum-as-inner = "=0.5.1"
3131
3232[dev-dependencies ]
3333env_logger = " 0.10.0"
34- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" }
34+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.4 .0" }
3535ismp-testsuite = { path = " ../testsuite" }
3636
3737[features ]
0 commit comments