Skip to content

Commit

Permalink
relax yellowstone dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Apr 16, 2024
1 parent 1d2937a commit e9eb3ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geyser-grpc-connector"
version = "0.10.1+yellowstone.1.12"
version = "0.10.4+yellowstone.1.13"
edition = "2021"

description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming"
Expand All @@ -9,9 +9,8 @@ authors = ["GroovieGermanikus <[email protected]>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"

[dependencies]
yellowstone-grpc-client = { version = "1.14.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }
yellowstone-grpc-proto = { version = "1.13.0", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.13.0+solana.1.17.28" }

yellowstone-grpc-client = "~1.14.0"
yellowstone-grpc-proto = "~1.13.0"

# required for CommitmentConfig
solana-sdk = "1"
Expand Down

0 comments on commit e9eb3ec

Please sign in to comment.