Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 16, 2024
1 parent e2b87cb commit 7af0c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ pub use solana_program_memory as program_memory;
/// assert_eq!(ID, my_id);
/// ```
pub use solana_pubkey::pubkey;
#[deprecated(since = "2.2.0", note = "Use `solana-rent-debits` crate instead")]
pub use solana_rent_debits as rent_debits;
#[cfg(feature = "full")]
#[deprecated(since = "2.2.0", note = "Use `solana-quic-definitions` crate instead")]
pub use solana_quic_definitions as quic;
#[deprecated(since = "2.2.0", note = "Use `solana-rent-debits` crate instead")]
pub use solana_rent_debits as rent_debits;
#[cfg(feature = "full")]
#[deprecated(
since = "2.2.0",
Expand Down

0 comments on commit 7af0c36

Please sign in to comment.