Skip to content

Commit dcd5c79

Browse files
Restore clean manifests after crates publish for stable2606-2
1 parent 1bc52dc commit dcd5c79

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ forwarded-header-value = { version = "0.1.1" }
836836
fraction = { version = "0.13.1" }
837837
frame = { path = "substrate/frame", default-features = false, package = "polkadot-sdk-frame", version = "0.18.0" }
838838
frame-benchmarking = { path = "substrate/frame/benchmarking", default-features = false, version = "49.0.0" }
839-
frame-benchmarking-cli = { path = "substrate/utils/frame/benchmarking-cli", default-features = false, version = "58.0.1" }
839+
frame-benchmarking-cli = { path = "substrate/utils/frame/benchmarking-cli", default-features = false, version = "58.0.0" }
840840
frame-election-provider-solution-type = { path = "substrate/frame/election-provider-support/solution-type", default-features = false, version = "16.1.1" }
841841
frame-election-provider-support = { path = "substrate/frame/election-provider-support", default-features = false, version = "48.0.0" }
842842
frame-executive = { path = "substrate/frame/executive", default-features = false, version = "48.0.0" }
@@ -1232,7 +1232,7 @@ sc-block-builder = { path = "substrate/client/block-builder", default-features =
12321232
sc-chain-spec = { path = "substrate/client/chain-spec", default-features = false, version = "51.0.0" }
12331233
sc-chain-spec-derive = { path = "substrate/client/chain-spec/derive", default-features = false, version = "12.0.0" }
12341234
sc-cli = { path = "substrate/client/cli", default-features = false, version = "0.61.0" }
1235-
sc-client-api = { path = "substrate/client/api", default-features = false, version = "47.0.1" }
1235+
sc-client-api = { path = "substrate/client/api", default-features = false, version = "47.0.0" }
12361236
sc-client-db = { path = "substrate/client/db", default-features = false, version = "0.54.1" }
12371237
sc-consensus = { path = "substrate/client/consensus/common", default-features = false, version = "0.57.0" }
12381238
sc-consensus-aura = { path = "substrate/client/consensus/aura", default-features = false, version = "0.58.0" }
@@ -1340,7 +1340,7 @@ sp-application-crypto = { path = "substrate/primitives/application-crypto", defa
13401340
sp-arithmetic = { path = "substrate/primitives/arithmetic", default-features = false, version = "28.0.1" }
13411341
sp-authority-discovery = { path = "substrate/primitives/authority-discovery", default-features = false, version = "43.0.0" }
13421342
sp-block-builder = { path = "substrate/primitives/block-builder", default-features = false, version = "43.0.0" }
1343-
sp-blockchain = { path = "substrate/primitives/blockchain", default-features = false, version = "46.0.1" }
1343+
sp-blockchain = { path = "substrate/primitives/blockchain", default-features = false, version = "46.0.0" }
13441344
sp-consensus = { path = "substrate/primitives/consensus/common", default-features = false, version = "0.49.0" }
13451345
sp-consensus-aura = { path = "substrate/primitives/consensus/aura", default-features = false, version = "0.49.0" }
13461346
sp-consensus-babe = { path = "substrate/primitives/consensus/babe", default-features = false, version = "0.49.0" }

umbrella/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ version = "13.0.1"
26332633
default-features = false
26342634
optional = true
26352635
path = "../substrate/utils/frame/benchmarking-cli"
2636-
version = "58.0.1"
2636+
version = "58.0.0"
26372637

26382638
[dependencies.frame-remote-externalities]
26392639
default-features = false
@@ -2969,7 +2969,7 @@ version = "0.61.0"
29692969
default-features = false
29702970
optional = true
29712971
path = "../substrate/client/api"
2972-
version = "47.0.1"
2972+
version = "47.0.0"
29732973

29742974
[dependencies.sc-client-db]
29752975
default-features = false
@@ -3263,7 +3263,7 @@ version = "0.3.0"
32633263
default-features = false
32643264
optional = true
32653265
path = "../substrate/primitives/blockchain"
3266-
version = "46.0.1"
3266+
version = "46.0.0"
32673267

32683268
[dependencies.sp-consensus]
32693269
default-features = false

0 commit comments

Comments
 (0)