Skip to content

Commit

Permalink
solana: pin to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 7, 2024
1 parent 0405db8 commit 04542e7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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", "Triton One"]
version = "0.4.0"
version = "0.4.0+solana.2.0.15"
edition = "2021"
repository = "https://github.com/rpcpool/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
agave-geyser-plugin-interface = "~2.0.13"
agave-geyser-plugin-interface = "=2.0.15"
hyper = { version = "0.14.26", features = ["server"] }
lazy_static = "1.4.0"
log = "0.4.0"
Expand All @@ -21,9 +21,9 @@ prost = "0.12.1"
rdkafka = { version = "0.33.0", features = ["ssl", "sasl"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.81"
solana-logger = "~2.0.13"
solana-program = "~2.0.13"
solana-transaction-status = "~2.0.13"
solana-logger = "=2.0.15"
solana-program = "=2.0.15"
solana-transaction-status = "=2.0.15"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "time", "macros", "sync"] }

[build-dependencies]
Expand Down

0 comments on commit 04542e7

Please sign in to comment.