Skip to content

Commit 66fbbfb

Browse files
committed
solana: pin to 2.0.15
1 parent 84c311e commit 66fbbfb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ redis = "0.27.5"
3636
serde = "1.0.209"
3737
serde_json = "1.0.127"
3838
serde_yaml = "0.9.33"
39-
solana-client = "~2.0.8"
40-
solana-compute-budget = "~2.0.8"
41-
solana-rpc-client-api = "~2.0.8"
42-
solana-sdk = "~2.0.8"
43-
solana-transaction-status = "~2.0.8"
44-
solana-version = "~2.0.8"
39+
solana-client = "=2.0.15"
40+
solana-compute-budget = "=2.0.15"
41+
solana-rpc-client-api = "=2.0.15"
42+
solana-sdk = "=2.0.15"
43+
solana-transaction-status = "=2.0.15"
44+
solana-version = "=2.0.15"
4545
tokio = "1.40.0"
4646
tokio-tungstenite = "0.24.0"
4747
tonic = "0.12.3"

solfees-be/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solfees-be"
3-
version = "2.0.0"
3+
version = "2.0.0+solana.2.0.15"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Backend of solfees.io"

0 commit comments

Comments
 (0)