update v1.12.0+solana.1.17.15

This commit is contained in:
GroovieGermanikus 2024-01-22 18:26:45 +01:00
parent 1d0b7890c3
commit 550b6072f7
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "geyser-grpc-connector"
version = "0.7.2+yellowstone.1.11"
version = "0.50.1+yellowstone.1.12"
edition = "2021"
description = "Multiplexing and Reconnection on Yellowstone gRPC Geyser client streaming"
@ -9,13 +9,12 @@ authors = ["GroovieGermanikus <groovie@mango.markets>"]
repository = "https://github.com/blockworks-foundation/geyser-grpc-connector"
[dependencies]
# v1.11.0+solana.1.16.17
yellowstone-grpc-proto = "1.11.0"
# v1.12.0+solana.1.16.17
yellowstone-grpc-client = "1.12.0"
yellowstone-grpc-client = { version = "1.13.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
yellowstone-grpc-proto = { version = "1.12.0+solana.1.17.15", git = "https://github.com/rpcpool/yellowstone-grpc.git", tag = "v1.12.0+solana.1.17.15" }
# required for CommitmentConfig
solana-sdk = "~1.16.17"
solana-sdk = "~1.17.15"
url = "2.5.0"
async-stream = "0.3.5"