File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ jobs:
188188 - name : Cargo hack; check each subxt feature
189189 run : cargo hack -p subxt --each-feature check --exclude-no-default-features --exclude-all-features --exclude-features web --features native
190190
191+ # Same with subxt-historic
191192 - name : Cargo hack; check each subxt feature
192193 run : cargo hack -p subxt-historic --each-feature check --exclude-no-default-features --exclude-all-features --exclude-features web --features native
193194
Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ default = ["std", "legacy"]
1818std = [" scale-info/std" , " frame-metadata/std" ]
1919
2020# Enable decoding of legacy metadata, too.
21- legacy = [" dep:scale-info-legacy" , " dep:scale-type-resolver" ]
21+ legacy = [
22+ " dep:scale-info-legacy" ,
23+ " dep:scale-type-resolver" ,
24+ " frame-decode/legacy" ,
25+ " frame-metadata/legacy"
26+ ]
2227
2328[dependencies ]
2429scale-info = { workspace = true , default-features = false }
You can’t perform that action at this time.
0 commit comments