Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 5, 2024
1 parent d303d3c commit 2edba02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,10 @@ pub use solana_borsh::v0_10 as borsh0_10;
pub use solana_borsh::v1 as borsh1;
#[deprecated(since = "2.1.0", note = "Use `solana-epoch-rewards` crate instead")]
pub use solana_epoch_rewards as epoch_rewards;
#[deprecated(since = "2.2.0", note = "Use `solana-feature-gate-interface` crate instead")]
#[deprecated(
since = "2.2.0",
note = "Use `solana-feature-gate-interface` crate instead"
)]
pub use solana_feature_gate_interface as feature;
#[deprecated(since = "2.1.0", note = "Use `solana-fee-calculator` crate instead")]
pub use solana_fee_calculator as fee_calculator;
Expand Down

0 comments on commit 2edba02

Please sign in to comment.