Skip to content

Commit

Permalink
solana: update to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 3, 2024
1 parent 50068e2 commit e8a396f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
78 changes: 39 additions & 39 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 @@ license = "AGPL-3.0"
keywords = ["solana"]

[workspace.dependencies]
agave-geyser-plugin-interface = "~2.0.10"
agave-geyser-plugin-interface = "=2.0.11"
anyhow = "1.0.62"
async-trait = "0.1.73"
backoff = "0.4.0"
Expand Down Expand Up @@ -55,10 +55,10 @@ serde = "1.0.145"
serde_json = "1.0.86"
serde_yaml = "0.9.25"
sha2 = "0.10.7"
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.11"
solana-logger = "=2.0.11"
solana-sdk = "=2.0.11"
solana-transaction-status = "=2.0.11"
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 = "1.14.1"
version = "1.14.1+solana.2.0.11"
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 = "1.16.2"
version = "1.16.2+solana.2.0.11"
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 = "1.16.3"
version = "1.16.3+solana.2.0.11"
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 = "1.15.0"
version = "1.15.0+solana.2.0.11"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Protobuf Definitions"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-tools"
version = "1.0.0-rc.12"
version = "1.0.0-rc.12+solana.2.0.11"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Tools"
Expand Down

0 comments on commit e8a396f

Please sign in to comment.