Skip to content

Commit 2cdeb24

Browse files
features: support stricter_abi_and_runtime_constraints and account_data_direct_mapping (#372)
1 parent 2cb2f65 commit 2cdeb24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ static SUPPORTED_FEATURES: &[u64] = feature_list![
309309
require_static_nonce_account,
310310
enable_vote_address_leader_schedule,
311311
enshrine_slashing_program,
312+
stricter_abi_and_runtime_constraints,
313+
account_data_direct_mapping,
312314
];
313315

314316
// If `TOGGLE_DIRECT_MAPPING=1` is set, the direct mapping feature will be inverted, testing with and without direct mapping.

0 commit comments

Comments
 (0)