Skip to content

Commit

Permalink
solana: pin to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Dec 16, 2024
1 parent b838efc commit f8faa59
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 52 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.

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.3.0
"yellowstone-grpc-client", # 3.1.0
"yellowstone-grpc-geyser", # 3.2.2
"yellowstone-grpc-proto", # 3.1.1
"examples/rust", # 3.3.0+solana.2.0.18
"yellowstone-grpc-client", # 3.1.0+solana.2.0.18
"yellowstone-grpc-geyser", # 3.2.2+solana.2.0.18
"yellowstone-grpc-proto", # 3.1.1+solana.2.0.18
]
exclude = [
"yellowstone-grpc-client-nodejs/solana-encoding-wasm", # 3.0.0
Expand All @@ -21,7 +21,7 @@ publish = false

[workspace.dependencies]
affinity = "0.1.2"
agave-geyser-plugin-interface = "~2.0.15"
agave-geyser-plugin-interface = "=2.0.18"
anyhow = "1.0.62"
backoff = "0.4.0"
base64 = "0.22.1"
Expand Down Expand Up @@ -55,11 +55,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.18"
solana-logger = "=2.0.18"
solana-sdk = "=2.0.18"
solana-storage-proto = "=2.0.18"
solana-transaction-status = "=2.0.18"
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.3.0"
version = "3.3.0+solana.2.0.18"
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.1.0"
version = "3.1.0+solana.2.0.18"
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.2.2"
version = "3.2.2+solana.2.0.18"
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.1.1"
version = "3.1.1+solana.2.0.18"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit f8faa59

Please sign in to comment.