Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
make hex-literal mandatory (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina Colmenero committed Feb 7, 2024
1 parent a26721a commit fe525f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions runtime/stout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
substrate-wasm-builder = { workspace = true }

[dependencies]
hex-literal = { workspace = true, optional = true }
hex-literal = { workspace = true }
parity-scale-codec = { workspace = true, features = ["derive"] }
log = { workspace = true }
scale-info = { workspace = true }
Expand Down Expand Up @@ -159,7 +159,6 @@ std = [
"xcm/std",
]
runtime-benchmarks = [
"hex-literal",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
Expand Down
5 changes: 1 addition & 4 deletions runtime/trappist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
substrate-wasm-builder = { workspace = true }

[dependencies]
hex-literal = { workspace = true, optional = true }
hex-literal = { workspace = true }
parity-scale-codec = { workspace = true, features = ["derive"] }
log = { workspace = true }
scale-info = { workspace = true }
Expand Down Expand Up @@ -107,7 +107,6 @@ pallet-tx-pause = { workspace = true }
[features]
default = ["std"]
std = [
"hex-literal",
"parity-scale-codec/std",
"serde",
"scale-info/std",
Expand Down Expand Up @@ -179,7 +178,6 @@ std = [
"trappist-runtime-benchmarks/std",
]
runtime-benchmarks = [
"hex-literal",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
Expand Down Expand Up @@ -215,7 +213,6 @@ runtime-benchmarks = [
"polkadot-runtime-parachains/runtime-benchmarks"
]
try-runtime = [
"hex-literal",
"frame-try-runtime/try-runtime",
"frame-executive/try-runtime",
"frame-system/try-runtime",
Expand Down

0 comments on commit fe525f4

Please sign in to comment.