Skip to content

Commit

Permalink
solana: pin to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 18, 2024
1 parent 84c311e commit 66fbbfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ redis = "0.27.5"
serde = "1.0.209"
serde_json = "1.0.127"
serde_yaml = "0.9.33"
solana-client = "~2.0.8"
solana-compute-budget = "~2.0.8"
solana-rpc-client-api = "~2.0.8"
solana-sdk = "~2.0.8"
solana-transaction-status = "~2.0.8"
solana-version = "~2.0.8"
solana-client = "=2.0.15"
solana-compute-budget = "=2.0.15"
solana-rpc-client-api = "=2.0.15"
solana-sdk = "=2.0.15"
solana-transaction-status = "=2.0.15"
solana-version = "=2.0.15"
tokio = "1.40.0"
tokio-tungstenite = "0.24.0"
tonic = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion solfees-be/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solfees-be"
version = "2.0.0"
version = "2.0.0+solana.2.0.15"
authors = { workspace = true }
edition = { workspace = true }
description = "Backend of solfees.io"
Expand Down

0 comments on commit 66fbbfb

Please sign in to comment.