Skip to content

Commit

Permalink
tag 0.1.3+solana.1.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed May 5, 2022
1 parent 89634ba commit c8b4022
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.10"
version = "0.1.3+solana.1.10.11"
edition = "2021"
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
prost = "0.10"
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
solana-geyser-plugin-interface = { version = "=1.10.10" }
solana-logger = { version = "=1.10.10" }
solana-program = { version = "=1.10.10" }
solana-transaction-status = { version = "=1.10.10" }
solana-geyser-plugin-interface = { version = "=1.10.11" }
solana-logger = { version = "=1.10.11" }
solana-program = { version = "=1.10.11" }
solana-transaction-status = { version = "=1.10.11" }
log = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit c8b4022

Please sign in to comment.