Skip to content

Commit 1220650

Browse files
committed
fix: correctly forward balances-adapter std feature
1 parent 785d28b commit 1220650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/quartz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ std = [
6666
'frame-try-runtime/std',
6767
'pallet-aura/std',
6868
'pallet-balances/std',
69+
'pallet-balances-adapter/std',
6970
# 'pallet-contracts/std',
7071
# 'pallet-contracts-primitives/std',
7172
# 'pallet-contracts-rpc-runtime-api/std',
@@ -153,7 +154,6 @@ try-runtime = [
153154
'orml-xtokens/try-runtime',
154155
'pallet-app-promotion/try-runtime',
155156
'pallet-aura/try-runtime',
156-
'pallet-balances-adapter/std',
157157
'pallet-balances/try-runtime',
158158
'pallet-balances-adapter/try-runtime',
159159
'pallet-charge-transaction/try-runtime',

0 commit comments

Comments
 (0)