config: deprecate date instructions (#465)

This commit is contained in:
Joe C 2024-03-28 13:41:09 -05:00 committed by GitHub
parent 1ded5a875a
commit b9a998a69b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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;