Split BPF loader to match the rest of the programs (#4636)

This commit is contained in:
Jack May
2019-06-12 08:49:59 -07:00
committed by GitHub
parent dd1c3514a8
commit 0dcdc37fec
19 changed files with 52 additions and 57 deletions

View File

@@ -28,7 +28,7 @@ extern crate solana_vote_program;
extern crate solana_stake_program;
#[macro_use]
extern crate solana_bpf_loader;
extern crate solana_bpf_loader_program;
#[macro_use]
extern crate serde_derive;