Skip to content

Commit 228a129

Browse files
author
Richard Patel
committed
tag 0.1.3+solana.1.10.8
1 parent e5df9a3 commit 228a129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
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.3+solana.1.10.7"
5+
version = "0.1.3+solana.1.10.8"
66
edition = "2021"
77
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
88
license = "Apache-2.0"
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
1313
[dependencies]
1414
prost = "0.10"
1515
rdkafka = { version = "0.28", features = ["ssl-vendored", "sasl"] }
16-
solana-geyser-plugin-interface = { version = "=1.10.7" }
17-
solana-logger = { version = "=1.10.7" }
18-
solana-program = { version = "=1.10.7" }
16+
solana-geyser-plugin-interface = { version = "=1.10.8" }
17+
solana-logger = { version = "=1.10.8" }
18+
solana-program = { version = "=1.10.8" }
1919
log = "0.4"
2020
serde_json = "1.0"
2121
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)