Skip to content

Commit

Permalink
solana: pin to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfredAlmeida committed Oct 4, 2024
1 parent fc8e5a2 commit 906ce19
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["solana"]
publish = false

[workspace.dependencies]
agave-geyser-plugin-interface = "~2.0.10"
agave-geyser-plugin-interface = "=2.0.13"
anyhow = "1.0.62"
backoff = "0.4.0"
base64 = "0.22.1"
Expand Down Expand Up @@ -47,10 +47,10 @@ protobuf-src = "1.1.0"
scylla = "0.13.0"
serde = "1.0.145"
serde_json = "1.0.86"
solana-account-decoder = "~2.0.10"
solana-logger = "~2.0.10"
solana-sdk = "~2.0.10"
solana-transaction-status = "~2.0.10"
solana-account-decoder = "=2.0.13"
solana-logger = "=2.0.13"
solana-sdk = "=2.0.13"
solana-transaction-status = "=2.0.13"
spl-token-2022 = "4.0.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client-simple"
version = "2.0.0"
version = "2.0.0+solana.2.0.13"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-client"
version = "2.0.0"
version = "2.0.0+solana.2.0.13"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Simple Client"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-geyser"
version = "2.0.0"
version = "2.0.0+solana.2.0.13"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-proto"
version = "2.0.0"
version = "2.0.0+solana.2.0.13"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit 906ce19

Please sign in to comment.