This commit is contained in:
Conner Gallagher 2023-06-13 16:42:07 -06:00
parent ae4242815b
commit 51b9f47849
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "switchboard-solana" name = "switchboard-solana"
version = "0.3.7" version = "0.3.8"
edition = "2021" edition = "2021"
description = "A Rust library to interact with Switchboard accounts." description = "A Rust library to interact with Switchboard accounts."
readme = "README.md" readme = "README.md"

View File

@ -27,8 +27,8 @@ cfg_client! {
// pub use switchboard_common::{FunctionResult, Chain, Error as SwitchboardClientError}; // pub use switchboard_common::{FunctionResult, Chain, Error as SwitchboardClientError};
} }
pub use anchor_lang as anchor; // pub use anchor_lang as anchor;
pub use anchor_spl as spl; // pub use anchor_spl as spl;
/// Seed used to derive the SbState PDA. /// Seed used to derive the SbState PDA.
pub const STATE_SEED: &[u8] = b"STATE"; pub const STATE_SEED: &[u8] = b"STATE";