diff --git a/Cargo.toml b/Cargo.toml index 313c0b3..17f0e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,13 +7,13 @@ edition = "2021" [dependencies] # anchor-lang = "0.30.1" -anchor-lang = { git = "https://github.com/coral-xyz/anchor.git", rev = "fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } +anchor-lang = { git = "https://github.com/coral-xyz/anchor.git", rev = "04536725c2ea16329e84bcfe3200afd47eeeb464" } #"fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } # anchor-client = "0.30.1" -anchor-client = { git = "https://github.com/coral-xyz/anchor.git", rev = "fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } +anchor-client = { git = "https://github.com/coral-xyz/anchor.git", rev = "04536725c2ea16329e84bcfe3200afd47eeeb464" } #"fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } spl-token-2022 = "4.0.0" bytemuck = "1.19.0" anyhow = "1.0.91" -solana-program = "~2.0.10" +solana-program = "2.0.18" num-traits = "0.2.19" log = "0.4.22" borsh = "1.5.1" diff --git a/src/pda.rs b/src/pda.rs index e6180d8..8ee6512 100644 --- a/src/pda.rs +++ b/src/pda.rs @@ -3,7 +3,6 @@ use { anchor_lang::prelude::*, }; - #[constant] pub const SEED_CONFIG: &[u8] = b"config";