Deprecate Instruction::new (#15695)
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
pub use solana_program::log::*;
|
||||
|
||||
#[macro_export]
|
||||
#[deprecated(since = "1.4.3", note = "solana_program::log::info instead")]
|
||||
#[deprecated(
|
||||
since = "1.4.3",
|
||||
note = "Please use `solana_program::log::info` instead"
|
||||
)]
|
||||
macro_rules! info {
|
||||
($msg:expr) => {
|
||||
$crate::log::sol_log($msg)
|
||||
|
Reference in New Issue
Block a user