Skip to content

Commit 0c5864a

Browse files
committed
update dependencies
1 parent 6f63aa9 commit 0c5864a

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

amm-anchor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
2-
name = "amm-anchor"
3-
version = "0.1.0"
42
description = "Anchor bindings for the AMM native instruction."
5-
homepage = "https://raydium.io/"
6-
repository = "https://github.com/raydium-io/raydium-contract-instructions"
73
edition = "2021"
4+
homepage = "https://raydium.io/"
85
keywords = ["solana", "raydium", "amm", "anchor"]
6+
name = "amm-anchor"
7+
repository = "https://github.com/raydium-io/raydium-contract-instructions"
8+
version = "0.1.0"
99

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

client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "src/main.rs"
1111
raydium-contract-instructions = { path = "../lib"}
1212
spl-token = { version = "3.2.0", features = ["no-entrypoint"], default-features = false }
1313
spl-associated-token-account = "1.0.3"
14-
solana-client = "1.9.5"
15-
solana-sdk = "1.9.5"
14+
solana-client = "1.13.3"
15+
solana-sdk = "1.13.3"
1616
anyhow = "1.0.53"
1717

farm-anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]
1717

1818
[dependencies]
1919
anchor-lang = "0.25"
20-
solana-program = "~1.10.25"
20+
solana-program = "1.13.3"
2121
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
2222
raydium-contract-instructions = { path = "../lib"}

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name = "raydium-contract-instructions"
44
version = "0.1.0"
55

66
[dependencies]
7-
solana-program = "~1.10.25"
7+
solana-program = "1.13.3"
88
spl-token = "3.3.0"

stable-amm-anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]
1717

1818
[dependencies]
1919
anchor-lang = "0.25"
20-
solana-program = "~1.10.25"
20+
solana-program = "1.13.3"
2121
spl-token = { version="3.2.0", features = [ "no-entrypoint" ] }
2222
raydium-contract-instructions = { path = "../lib"}

staking-anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]
1717

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

0 commit comments

Comments
 (0)