Skip to content

Commit

Permalink
upgrade to anchor0.25 and solana 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Jul 8, 2022
1 parent 46acb6c commit 6f63aa9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions amm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
keywords = ["solana", "raydium", "amm", "anchor"]

[dependencies]
anchor-lang = "0.24.2"
solana-program = "~1.9.13"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
anchor-lang = "0.25"
solana-program = "~1.10.25"
spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
4 changes: 2 additions & 2 deletions farm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ no-entrypoint = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = "0.24.2"
solana-program = "~1.9.13"
anchor-lang = "0.25"
solana-program = "~1.10.25"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
8 changes: 3 additions & 5 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
edition = "2021"
name = "raydium-contract-instructions"
version = "0.1.0"
edition = "2021"


[dependencies]
solana-program = "~1.9.13"
spl-token = "3.2.0"

solana-program = "~1.10.25"
spl-token = "3.3.0"
4 changes: 2 additions & 2 deletions stable-amm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ no-entrypoint = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = "0.24.2"
solana-program = "~1.9.13"
anchor-lang = "0.25"
solana-program = "~1.10.25"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
6 changes: 3 additions & 3 deletions staking-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ no-entrypoint = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = "0.24.2"
solana-program = "~1.9.13"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
anchor-lang = "0.25"
solana-program = "~1.10.25"
spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}

0 comments on commit 6f63aa9

Please sign in to comment.