Skip to content

Commit

Permalink
post-rebase fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 9, 2024
1 parent 0f65ab8 commit b3d20cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/program/src/syscalls/definitions.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#[cfg(target_feature = "static-syscalls")]
pub use solana_define_syscall::sys_hash;
#[deprecated(since = "2.1.0", note = "Use solana_hasher::sol_sha256 instead")]
pub use solana_hasher::sol_sha256;
#[deprecated(since = "2.1.0", note = "Use `solana_instruction::syscalls` instead")]
pub use solana_instruction::syscalls::{
sol_get_processed_sibling_instruction, sol_get_stack_height,
};
#[deprecated(since = "2.1.0", note = "Use `solana_msg::sol_log` instead.")]
pub use solana_msg::sol_log;
#[deprecated(since = "2.1.0", note = "Use solana_hasher::sol_sha256 instead")]
pub use solana_hasher::sol_sha256;
#[deprecated(
since = "2.1.0",
note = "Use `solana_program_memory::syscalls` instead"
Expand Down

0 comments on commit b3d20cd

Please sign in to comment.