Skip to content
Snippets Groups Projects
Commit c6a33a54 authored by Kian Paimani's avatar Kian Paimani Committed by GitHub
Browse files

Import hex_literal into runtime only for benchmarks. (#6502)

parent f12d4cfc
No related merge requests found
......@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "1.3.1", default-features =
integer-sqrt = { version = "0.1.2" }
serde = { version = "1.0.102", optional = true }
static_assertions = "1.1.0"
hex-literal = "0.2.1"
hex-literal = { version = "0.2.1", optional = true }
# primitives
sp-authority-discovery = { version = "2.0.0-rc3", default-features = false, path = "../../../primitives/authority-discovery" }
......@@ -168,4 +168,5 @@ runtime-benchmarks = [
"pallet-offences-benchmarking",
"pallet-session-benchmarking",
"frame-system-benchmarking",
"hex-literal",
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment