File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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]
5960runtime-benchmarks = [
6061 " frame-benchmarking/runtime-benchmarks" ,
Original file line number Diff line number Diff 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]
8486runtime-benchmarks = [
8587 " frame-benchmarking/runtime-benchmarks" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments