Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Nov 28, 2024
1 parent 63f9106 commit 81212b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion src/pda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use {
anchor_lang::prelude::*,
};


#[constant]
pub const SEED_CONFIG: &[u8] = b"config";

Expand Down

0 comments on commit 81212b7

Please sign in to comment.