Skip to content

Commit

Permalink
relax version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengYuTay committed Dec 10, 2024
1 parent 1822520 commit 9e458d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["solana"]
publish = false

[workspace.dependencies]
agave-geyser-plugin-interface = "~2.1.1"
agave-geyser-plugin-interface = "~2.1"
anyhow = "1.0.62"
backoff = "0.4.0"
base64 = "0.22.1"
Expand Down Expand Up @@ -53,11 +53,11 @@ prost_011 = { package = "prost", version = "0.11.9" }
protobuf-src = "1.1.0"
serde = "1.0.145"
serde_json = "1.0.86"
solana-account-decoder = "~2.1.1"
solana-logger = "~2.1.1"
solana-sdk = "~2.1.1"
solana-storage-proto = "~2.1.1"
solana-transaction-status = "~2.1.1"
solana-account-decoder = "~2.1"
solana-logger = "~2.1"
solana-sdk = "~2.1"
solana-storage-proto = "~2.1"
solana-transaction-status = "~2.1"
smallvec = "1.13.2"
spl-token-2022 = "6.0.0"
thiserror = "1.0.63"
Expand Down

0 comments on commit 9e458d5

Please sign in to comment.