Rename solana-program-sdk to solana-program
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
pub use solana_program_sdk::entrypoint_deprecated::*;
|
||||
pub use solana_program::entrypoint_deprecated::*;
|
||||
|
||||
#[macro_export]
|
||||
#[deprecated(
|
||||
since = "1.4.3",
|
||||
note = "use solana_program_sdk::entrypoint::entrypoint instead"
|
||||
note = "use solana_program::entrypoint::entrypoint instead"
|
||||
)]
|
||||
macro_rules! entrypoint_deprecated {
|
||||
($process_instruction:ident) => {
|
||||
|
Reference in New Issue
Block a user