Skip to content

Commit

Permalink
Bump anchor (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Nov 6, 2023
1 parent 6f6e2e8 commit cb6583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staking/programs/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ default = []

[dependencies]
borsh = {version = "0.9.3", features = ["const-generics"]}
anchor-lang = {version ="0.24.1", features = ["init-if-needed"]}
anchor-spl = "0.24.1"
anchor-lang = {version ="0.24.2", features = ["init-if-needed"]}
anchor-spl = "0.24.2"
wasm-bindgen = "0.2.79"
spl-governance = {version = "2.2.4", features = ["no-entrypoint"]}
js-sys = { version = "0.3.56", optional = true }
Expand Down

1 comment on commit cb6583d

@vercel
Copy link

@vercel vercel bot commented on cb6583d Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

staking-devnet – ./

governance-nu.vercel.app
staking-devnet-pyth-web.vercel.app
staking-devnet-git-main-pyth-web.vercel.app

Please sign in to comment.