Skip to content

Commit

Permalink
update solana-program version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x777A committed Oct 19, 2022
1 parent 05a0580 commit a7eceb4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.0"
solana-program = "~1.10.29"
spl-token = { version="~3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
6 changes: 3 additions & 3 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"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
anchor-lang = "0.25.0"
solana-program = "~1.10.29"
spl-token = { version="~3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"


[dependencies]
solana-program = "~1.9.13"
spl-token = "3.2.0"
solana-program = "~1.10.29"
spl-token = { version="~3.3.0", features = [ "no-entrypoint" ] }
num-derive = "0.3"
num-traits = "0.2.12"
thiserror = "1.0.20"
6 changes: 3 additions & 3 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"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
anchor-lang = "0.25.0"
solana-program = "~1.10.29"
spl-token = { version="~3.3.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.0"
solana-program = "~1.10.29"
spl-token = { version="~3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
6 changes: 3 additions & 3 deletions tests/amm-proxy/programs/amm-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
anchor-lang = "0.24.2"
amm-anchor = {path = "../../../../amm-anchor"}
spl-token = { version = "3.2.0", features = ["no-entrypoint"] }
anchor-lang = "0.25.0"
spl-token = { version="~3.3.0", features = [ "no-entrypoint" ] }
amm-anchor = {path = "../../../../amm-anchor"}

0 comments on commit a7eceb4

Please sign in to comment.