Skip to content

Commit e0c9f2a

Browse files
author
Samuel Dare
committed
fix: feature propagation
1 parent 98da543 commit e0c9f2a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

pallets/admin-utils/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ std = [
5454
"sp-weights/std",
5555
"log/std",
5656
"sp-core/std",
57-
"sp-io/std"
57+
"sp-io/std",
58+
"substrate-fixed/std",
5859
]
5960
runtime-benchmarks = [
6061
"frame-benchmarking/runtime-benchmarks",

pallets/subtensor/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ std = [
7979
"ndarray/std",
8080
"serde/std",
8181
"serde_bytes/std",
82-
"serde_with/std"
82+
"serde_with/std",
83+
"substrate-fixed/std",
84+
"num-traits/std",
8385
]
8486
runtime-benchmarks = [
8587
"frame-benchmarking/runtime-benchmarks",

zepter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ workflows:
1818
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.
1919
"--left-side-outside-workspace=ignore",
2020
# Some features imply that they activate a specific dependency as non-optional. Otherwise the default behaviour with a `?` is used.
21-
"--feature-enables-dep=try-runtime:frame-try-runtime,runtime-benchmarks:frame-benchmarking",
22-
"--feature-enables-dep=std:substrate-fixed,num-traits",
23-
# Auxillary flags:
21+
"--feature-enables-dep=try-runtime:frame-try-runtime,runtime-benchmarks:frame-benchmarking", # Auxillary flags:
2422
"--offline",
2523
"--locked",
2624
"--show-path",

0 commit comments

Comments
 (0)