File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ sp-transaction-storage-proof = { version = "39.0.0" }
6060sp-version = { version = " 42.0.0" }
6161sp-weights = { version = " 33.1.0" }
6262
63- substrate-cli-test-utils = { git = " https://github.com/paritytech/polkadot-sdk" , rev = " 09c511c3dc97961c8c2bdf7836d3ae02dd672771" }
6463substrate-rpc-client = { version = " 0.52.0" }
6564
6665polkadot-primitives = { version = " 21.0.0" }
@@ -70,3 +69,8 @@ cumulus-client-parachain-inherent = { version = "0.20.0" }
7069
7170# Local
7271try-runtime-core = { path = " core" }
72+
73+ [dev-dependencies ]
74+ # The below dependency is only needed for integration tests; thus, being a dev dependency, it is fine for it to
75+ # be pinned to a git revision, as this does not impact publication to crates.io .
76+ substrate-cli-test-utils = { git = " https://github.com/paritytech/polkadot-sdk" , rev = " 09c511c3dc97961c8c2bdf7836d3ae02dd672771" }
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ try-runtime-core = { workspace = true }
3232frame-support = { workspace = true }
3333
3434[dev-dependencies ]
35- assert_cmd = { workspace = true }
3635# Only needed in tests
36+ assert_cmd = { workspace = true }
3737frame-remote-externalities = { workspace = true }
3838regex = { workspace = true }
3939substrate-cli-test-utils = { workspace = true , features = [" try-runtime" ] }
You can’t perform that action at this time.
0 commit comments