Skip to content

Commit

Permalink
Add deprecated notice
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 4, 2024
1 parent d6c275f commit a8ef164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub use solana_program::{
#[cfg(feature = "borsh")]
pub use solana_program::{borsh, borsh0_10, borsh1};
#[cfg(feature = "full")]
#[deprecated(since = "2.2.0", note = "Use `solana-signer` crate instead")]
pub use solana_signer::signers;
pub mod client;
pub mod compute_budget;
Expand Down

0 comments on commit a8ef164

Please sign in to comment.