0.3.8
This commit is contained in:
parent
ae4242815b
commit
51b9f47849
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "switchboard-solana"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
edition = "2021"
|
||||
description = "A Rust library to interact with Switchboard accounts."
|
||||
readme = "README.md"
|
||||
|
|
|
@ -27,8 +27,8 @@ cfg_client! {
|
|||
// pub use switchboard_common::{FunctionResult, Chain, Error as SwitchboardClientError};
|
||||
}
|
||||
|
||||
pub use anchor_lang as anchor;
|
||||
pub use anchor_spl as spl;
|
||||
// pub use anchor_lang as anchor;
|
||||
// pub use anchor_spl as spl;
|
||||
|
||||
/// Seed used to derive the SbState PDA.
|
||||
pub const STATE_SEED: &[u8] = b"STATE";
|
||||
|
|
Loading…
Reference in New Issue