From 278fb65b62941274281af52e35fc842157aba70d Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 29 Oct 2024 13:15:45 +0400 Subject: [PATCH] update deprecation note --- sdk/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/lib.rs b/sdk/src/lib.rs index d63034bc78519c..0cbeb4359f13c7 100644 --- a/sdk/src/lib.rs +++ b/sdk/src/lib.rs @@ -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;