Skip to content

Commit

Permalink
tag 0.1.3+solana.1.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed Apr 27, 2022
1 parent b32698c commit d094a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "solana-accountsdb-plugin-kafka"
description = "Solana AccountsDb plugin for Kafka"
authors = ["Blockdaemon"]
version = "0.1.3+solana.1.10.9"
version = "0.1.3+solana.1.10.10"
edition = "2021"
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
prost = "0.10"
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
solana-geyser-plugin-interface = { version = "=1.10.9" }
solana-logger = { version = "=1.10.9" }
solana-program = { version = "=1.10.9" }
solana-geyser-plugin-interface = { version = "=1.10.10" }
solana-logger = { version = "=1.10.10" }
solana-program = { version = "=1.10.10" }
log = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit d094a2c

Please sign in to comment.