Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Nov 7, 2022
1 parent 6f63aa9 commit 0c5864a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions amm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "amm-anchor"
version = "0.1.0"
description = "Anchor bindings for the AMM native instruction."
homepage = "https://raydium.io/"
repository = "https://github.com/raydium-io/raydium-contract-instructions"
edition = "2021"
homepage = "https://raydium.io/"
keywords = ["solana", "raydium", "amm", "anchor"]
name = "amm-anchor"
repository = "https://github.com/raydium-io/raydium-contract-instructions"
version = "0.1.0"

[dependencies]
anchor-lang = "0.25"
solana-program = "~1.10.25"
spl-token = { version="3.3.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
raydium-contract-instructions = {path = "../lib"}
solana-program = "1.13.3"
spl-token = {version = "3.3.0", features = ["no-entrypoint"]}
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"
raydium-contract-instructions = { path = "../lib"}
spl-token = { version = "3.2.0", features = ["no-entrypoint"], default-features = false }
spl-associated-token-account = "1.0.3"
solana-client = "1.9.5"
solana-sdk = "1.9.5"
solana-client = "1.13.3"
solana-sdk = "1.13.3"
anyhow = "1.0.53"

2 changes: 1 addition & 1 deletion farm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = "0.25"
solana-program = "~1.10.25"
solana-program = "1.13.3"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ name = "raydium-contract-instructions"
version = "0.1.0"

[dependencies]
solana-program = "~1.10.25"
solana-program = "1.13.3"
spl-token = "3.3.0"
2 changes: 1 addition & 1 deletion stable-amm-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = "0.25"
solana-program = "~1.10.25"
solana-program = "1.13.3"
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
raydium-contract-instructions = { path = "../lib"}
2 changes: 1 addition & 1 deletion staking-anchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]

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

0 comments on commit 0c5864a

Please sign in to comment.