mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
use double quotes instead of single quotes (#815)
This commit is contained in:
@@ -27,8 +27,8 @@ westmint-runtime = { path = "westmint" }
|
||||
parachains-common = { path = "parachains-common" }
|
||||
|
||||
# Substrate dependencies
|
||||
frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "master" }
|
||||
frame-benchmarking-cli = { git = 'https://github.com/paritytech/substrate', branch = "master" }
|
||||
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
|
||||
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
@@ -90,8 +90,8 @@ tempfile = "3.2.0"
|
||||
[features]
|
||||
default = []
|
||||
runtime-benchmarks = [
|
||||
'polkadot-service/runtime-benchmarks',
|
||||
'statemint-runtime/runtime-benchmarks',
|
||||
'statemine-runtime/runtime-benchmarks',
|
||||
'westmint-runtime/runtime-benchmarks',
|
||||
"polkadot-service/runtime-benchmarks",
|
||||
"statemint-runtime/runtime-benchmarks",
|
||||
"statemine-runtime/runtime-benchmarks",
|
||||
"westmint-runtime/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user