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 23, 2024
1 parent fc8e5a2 commit 27889c1
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 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.

22 changes: 11 additions & 11 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.18
"yellowstone-grpc-client", # 2.0.0+solana.2.0.18
"yellowstone-grpc-geyser", # 2.0.0+solana.2.0.18
"yellowstone-grpc-proto", # 2.0.0+solana.2.0.18
]

[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.18"
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.18"
solana-logger = "=2.0.18"
solana-sdk = "=2.0.18"
solana-transaction-status = "=2.0.18"
spl-token-2022 = "4.0.0"
thiserror = "1.0"
tokio = "1.21.2"
Expand All @@ -59,8 +59,8 @@ tonic = "0.12.1"
tonic-build = "0.12.1"
tonic-health = "0.12.1"
vergen = "9.0.0"
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "2.0.0" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "2.0.0", default-features = false }
yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "2.0.0+solana.2.0.18" }
yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "2.0.0+solana.2.0.18", default-features = false }

[workspace.lints.clippy]
clone_on_ref_ptr = "deny"
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.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 = "2.0.0"
version = "2.0.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 = "2.0.0"
version = "2.0.0+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 = "2.0.0"
version = "2.0.0+solana.2.0.18"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down

0 comments on commit 27889c1

Please sign in to comment.