Skip to content

Commit edf3150

Browse files
committed
Adjusts solana-bpf-loader-program-tests.
1 parent 94069c7 commit edf3150

File tree

2 files changed

+199
-46
lines changed

2 files changed

+199
-46
lines changed

programs/bpf-loader-tests/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ edition = { workspace = true }
1515
assert_matches = { workspace = true }
1616
bincode = { workspace = true }
1717
solana-bpf-loader-program = { workspace = true }
18+
solana-loader-v3-interface = { workspace = true, features = ["bincode"] }
1819
solana-program-test = { workspace = true }
1920
solana-sdk = { workspace = true }
2021

0 commit comments

Comments
 (0)