Skip to content

Commit 6ba55e1

Browse files
committed
fix: remove pallet-society
1 parent a38a75c commit 6ba55e1

File tree

3 files changed

+149
-3
lines changed

3 files changed

+149
-3
lines changed

Cargo.lock

+148-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodes/parachain/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ rococo-native=[
105105
"polkadot-cli/rococo-native",
106106
]
107107
runtime-benchmarks = [
108+
"polkadot-service/runtime-benchmarks",
108109
"peregrine-runtime/runtime-benchmarks",
109110
"spiritnet-runtime/runtime-benchmarks",
110111
]

runtimes/peregrine/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ frame-benchmarking = {git = "https://github.com/paritytech/substrate", default-f
8080
frame-system-benchmarking = {git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.9"}
8181
hex-literal = {version = "0.3.1", optional = true}
8282
rococo-runtime = {git = "https://github.com/paritytech/polkadot", default-features = false, optional = true, branch = "release-v0.9.9"}
83-
pallet-society = {git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.9"}
8483
# cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.9", default-features = false, optional = true }
8584

8685
# Runtime tests
@@ -109,7 +108,6 @@ runtime-benchmarks = [
109108
"pallet-indices/runtime-benchmarks",
110109
"pallet-membership/runtime-benchmarks",
111110
"pallet-scheduler/runtime-benchmarks",
112-
"pallet-society/runtime-benchmarks",
113111
# "cumulus-pallet-session-benchmarking",
114112
"pallet-timestamp/runtime-benchmarks",
115113
"pallet-treasury/runtime-benchmarks",

0 commit comments

Comments
 (0)