Skip to content

Commit

Permalink
solana: pin to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 21, 2024
1 parent 1c9dd9d commit 1c98b82
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

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

[workspace.dependencies]
agave-geyser-plugin-interface = "~2.0.15"
agave-geyser-plugin-interface = "=2.0.16"
anyhow = "1.0.62"
backoff = "0.4.0"
base64 = "0.22.1"
Expand Down Expand Up @@ -50,11 +50,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.0.15"
solana-logger = "~2.0.15"
solana-sdk = "~2.0.15"
solana-storage-proto = "~2.0.15"
solana-transaction-status = "~2.0.15"
solana-account-decoder = "=2.0.16"
solana-logger = "=2.0.16"
solana-sdk = "=2.0.16"
solana-storage-proto = "=2.0.16"
solana-transaction-status = "=2.0.16"
smallvec = "1.13.2"
spl-token-2022 = "4.0.0"
thiserror = "1.0.63"
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 = "3.0.0"
version = "3.0.0+solana.2.0.16"
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 = "3.0.0"
version = "3.0.0+solana.2.0.16"
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 = "3.0.0"
version = "3.0.0+solana.2.0.16"
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 = "3.0.0"
version = "3.0.0+solana.2.0.16"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit 1c98b82

Please sign in to comment.