Skip to content

Commit 3596107

Browse files
committed
0.1.5+solana.1.14.23
1 parent 0c64284 commit 3596107

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

Cargo.lock

+50-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solana-accountsdb-plugin-kafka"
33
description = "Solana AccountsDb plugin for Kafka"
44
authors = ["Blockdaemon"]
5-
version = "0.1.5+solana.1.14.22"
5+
version = "0.1.5+solana.1.14.23"
66
edition = "2021"
77
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88
license = "Apache-2.0"
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
crate-type = ["cdylib", "rlib"]
1212

1313
[dependencies]
14-
solana-geyser-plugin-interface = { version = "=1.14.22" }
14+
solana-geyser-plugin-interface = { version = "=1.14.23" }
1515
solana-logger = { version = "=1.14" }
1616
solana-program = { version = "=1.14" }
1717
solana-transaction-status = { version = "=1.14" }

0 commit comments

Comments
 (0)