Skip to content

Commit

Permalink
Update sdk/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon C <[email protected]>
  • Loading branch information
buffalojoec and joncinque authored Jan 7, 2025
1 parent ad01b72 commit 5c8dd7a
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 @@ -67,7 +67,7 @@ pub mod entrypoint_deprecated;
pub mod example_mocks;
pub mod feature;
#[cfg(feature = "full")]
#[deprecated(since = "2.2.0", note = "Use `solana_genesis_config` crate instead")]
#[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")]
Expand Down

0 comments on commit 5c8dd7a

Please sign in to comment.