Skip to content

Commit

Permalink
solana: pin 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 24, 2024
1 parent 5096395 commit 7890eb0
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 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.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
resolver = "2"
members = [
"examples/rust", # 2.0.0
"yellowstone-grpc-client", # 2.0.0
"yellowstone-grpc-geyser", # 2.0.0
"yellowstone-grpc-proto", # 2.0.0
"examples/rust", # 2.0.0+solana.2.0.14
"yellowstone-grpc-client", # 2.0.0+solana.2.0.14
"yellowstone-grpc-geyser", # 2.0.0+solana.2.0.14
"yellowstone-grpc-proto", # 2.0.0+solana.2.0.14
]

[workspace.package]
Expand All @@ -17,7 +17,7 @@ keywords = ["solana"]
publish = false

[workspace.dependencies]
agave-geyser-plugin-interface = "~2.0.10"
agave-geyser-plugin-interface = "=2.0.14"
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.14"
solana-logger = "=2.0.14"
solana-sdk = "=2.0.14"
solana-transaction-status = "=2.0.14"
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.14"
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.14"
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.14"
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.14"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit 7890eb0

Please sign in to comment.