use double quotes instead of single quotes (#815)

This commit is contained in:
zjb0807
2021-12-01 11:00:11 +08:00
committed by GitHub
parent 9a76627938
commit b51a6fa4cc
12 changed files with 168 additions and 168 deletions
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
[dependencies]
hex-literal = { version = '0.3.1', optional = true }
hex-literal = { version = "0.3.1", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]}
log = { version = "0.4.14", default-features = false }
scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
@@ -130,7 +130,7 @@ std = [
]
runtime-benchmarks = [
'hex-literal',
"hex-literal",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
@@ -142,5 +142,5 @@ runtime-benchmarks = [
"pallet-template/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
'cumulus-pallet-session-benchmarking/runtime-benchmarks',
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
]