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 6, 2024
1 parent b580d35 commit 278fb65
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 @@ -149,7 +149,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 278fb65

Please sign in to comment.