Add support for deprecated loader (#11946)

This commit is contained in:
Jack May
2020-08-31 14:06:58 -07:00
committed by GitHub
parent 9b9d559312
commit ae0fd3043a
14 changed files with 479 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ pub use solana_sdk_macro::respan;
// On-chain program specific modules
pub mod account_info;
pub mod entrypoint;
pub mod entrypoint_deprecated;
pub mod log;
pub mod program;
pub mod program_error;