From 5909046e277921110e37baebf751c72e2883d3fd Mon Sep 17 00:00:00 2001 From: Joe C Date: Tue, 7 Jan 2025 14:28:24 +0800 Subject: [PATCH] Update sdk/src/lib.rs Co-authored-by: Jon C --- 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 07bf1fe1a9678c..53c7aab0c91421 100644 --- a/sdk/src/lib.rs +++ b/sdk/src/lib.rs @@ -70,7 +70,7 @@ pub mod feature; #[deprecated(since = "2.2.0", note = "Use `solana-genesis-config` crate instead")] pub use solana_genesis_config as genesis_config; #[cfg(feature = "full")] -#[deprecated(since = "2.2.0", note = "Use `solana_hard_forks` crate instead")] +#[deprecated(since = "2.2.0", note = "Use `solana-hard-forks` crate instead")] pub use solana_hard_forks as hard_forks; pub mod hash; pub mod inner_instruction;