Skip to content

Commit

Permalink
fix path in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 17, 2024
1 parent 632f9b2 commit 0969dc8
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 @@ -133,7 +133,7 @@ pub use solana_feature_set as feature_set;
pub use solana_fee_structure as fee;
#[deprecated(since = "2.1.0", note = "Use `solana-inflation` crate instead")]
pub use solana_inflation as inflation;
#[deprecated(since = "2.2.0", note = "Use `solana-inner-instruction` crate instead")]
#[deprecated(since = "2.2.0", note = "Use `solana_message::inner_instruction` instead")]
pub use solana_message::inner_instruction;
#[deprecated(since = "2.2.0", note = "Use `solana-nonce-account` crate instead")]
pub use solana_nonce_account as nonce_account;
Expand Down

0 comments on commit 0969dc8

Please sign in to comment.