Skip to content

Commit aad6f67

Browse files
committed
update gas
1 parent a1b79dd commit aad6f67

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
# and enable individual features in indiv crates
1414
borsh = { version = "^1", default-features = false }
1515
const-crypto = { version = "^0.3", default-features = false }
16-
generic-array-struct = { version = "=0.3.0-bc", default-features = false }
16+
generic-array-struct = { version = "=0.3.1-bc", default-features = false }
1717
sanctum-u64-ratio = { version = "^1", default-features = false }
1818

1919
# dev deps

core/src/instructions/update_exchange_rate_v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
VALIDATOR_LIST_ADDR,
66
};
77

8-
#[generic_array_struct(pub)]
8+
#[generic_array_struct(builder pub)]
99
#[repr(transparent)]
1010
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
1111
pub struct UpdateExchangeRateV2IxAccs<T> {

core/src/instructions/withdraw_v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
STSOL_MINT_ADDR, SYSTEM_PROGRAM, SYSVAR_CLOCK, TOKENKEG_PROGRAM, VALIDATOR_LIST_ADDR,
66
};
77

8-
#[generic_array_struct(pub)]
8+
#[generic_array_struct(builder pub)]
99
#[repr(transparent)]
1010
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
1111
pub struct WithdrawV2IxAccs<T> {

0 commit comments

Comments
 (0)