Skip to content

Commit a49d492

Browse files
committed
Fix dependency version conflicts by pinning exact versions compatible with Agave 2.3.7, bump to 0.2.0
1 parent 834f255 commit a49d492

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 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.8+agave.2.3.7"
5+
version = "0.2.0+agave.2.3.7"
66
edition = "2021"
77
license = "Apache-2.0"
88
repository = "https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka"
@@ -14,11 +14,11 @@ categories = ["cryptography::cryptocurrencies", "database", "network-programming
1414
crate-type = ["cdylib", "rlib"]
1515

1616
[dependencies]
17-
agave-geyser-plugin-interface = { version = "~2.3.7" }
17+
agave-geyser-plugin-interface = { version = "=2.3.7" }
1818
solana-logger = { version = "*" }
19-
solana-message = { version = "~2.4" }
20-
solana-pubkey = { version = "*" }
21-
solana-transaction-status = { version = "*" }
19+
solana-message = { version = "=2.4" }
20+
solana-pubkey = { version = "=2.4" }
21+
solana-transaction-status = { version = "=2.3" }
2222

2323
hyper = { version = "*", features = ["http1", "server"] }
2424
hyper-util = { version = "*", features = ["tokio", "server"] }

0 commit comments

Comments
 (0)