Skip to content

Commit

Permalink
update deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 2, 2024
1 parent a2629d8 commit 8a9aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub use solana_program_memory as program_memory;
/// ```
pub use solana_pubkey::pubkey;
#[cfg(feature = "full")]
#[deprecated(since = "2.1.0", note = "Use `solana-quic-definitions` crate instead")]
#[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-sanitize` crate instead")]
pub use solana_sanitize as sanitize;
Expand Down

0 comments on commit 8a9aacb

Please sign in to comment.