Skip to content

Commit a7e8aeb

Browse files
author
Richard Patel
committed
Solana 1.9.9
1 parent 97a1302 commit a7e8aeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)