Skip to content

Commit 2ed388b

Browse files
committed
Add short notes to TOML files
1 parent 1fd0e9d commit 2ed388b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ sp-transaction-storage-proof = { version = "39.0.0" }
6060
sp-version = { version = "42.0.0" }
6161
sp-weights = { version = "33.1.0" }
6262

63-
substrate-cli-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "09c511c3dc97961c8c2bdf7836d3ae02dd672771" }
6463
substrate-rpc-client = { version = "0.52.0" }
6564

6665
polkadot-primitives = { version = "21.0.0" }
@@ -70,3 +69,8 @@ cumulus-client-parachain-inherent = { version = "0.20.0" }
7069

7170
# Local
7271
try-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" }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ try-runtime-core = { workspace = true }
3232
frame-support = { workspace = true }
3333

3434
[dev-dependencies]
35-
assert_cmd = { workspace = true }
3635
# Only needed in tests
36+
assert_cmd = { workspace = true }
3737
frame-remote-externalities = { workspace = true }
3838
regex = { workspace = true }
3939
substrate-cli-test-utils = { workspace = true, features = ["try-runtime"] }

0 commit comments

Comments
 (0)