Skip to content

Commit

Permalink
config: deprecate date instructions (solana-labs#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec authored Mar 28, 2024
1 parent 1ded5a8 commit b9a998a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programs/config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#![allow(clippy::arithmetic_side_effects)]
pub mod config_instruction;
pub mod config_processor;
#[deprecated(
since = "2.0.0",
note = "The config program API no longer supports date instructions."
)]
pub mod date_instruction;

pub use solana_sdk::config::program::id;
Expand Down

0 comments on commit b9a998a

Please sign in to comment.