Skip to content

Commit 67b1ee2

Browse files
committed
rename module
1 parent 5113066 commit 67b1ee2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

clients/rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod generated;
44
mod hooked;
55

66
#[cfg(feature = "serde")]
7-
pub mod instruction_helpers;
7+
pub mod instructions_bincode;
88

99
pub use {
1010
generated::{programs::SOLANA_CONFIG_ID as ID, *},

program/benches/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use {
22
mollusk_svm_bencher::Bench,
33
serde::Serialize,
44
solana_config_program::state::ConfigKeys,
5-
solana_config_program_client::instruction_helpers::{store, ConfigState},
5+
solana_config_program_client::instructions_bincode::{store, ConfigState},
66
solana_sdk::{
77
account::AccountSharedData,
88
hash::Hash,

program/tests/functional.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use {
66
mollusk_svm::{result::Check, Mollusk},
77
serde::{Deserialize, Serialize},
88
solana_config_program::{error::ConfigError, state::ConfigKeys},
9-
solana_config_program_client::instruction_helpers::{self as config_instruction, ConfigState},
9+
solana_config_program_client::instructions_bincode::{self as config_instruction, ConfigState},
1010
solana_sdk::{
1111
account::AccountSharedData,
1212
instruction::{AccountMeta, Instruction},

0 commit comments

Comments
 (0)