Skip to content

Commit

Permalink
solana: 1.18.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 3, 2024
1 parent 793a6df commit 3c19dc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-kafka"
version = "1.0.0"
version = "1.0.0+solana.1.18.23"
authors = ["Triton One"]
edition = "2021"
homepage = "https://triton.one"
Expand Down Expand Up @@ -35,6 +35,9 @@ tracing = { version = "0.1.37", optional = true }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
yellowstone-grpc-client = { version = "1.15.4", optional = true }
yellowstone-grpc-proto = "1.14.2"
solana-account-decoder = "=1.18.23"
solana-transaction-status = "=1.18.23"
solana-sdk = "=1.18.23"

[target.'cfg(not(all(target_os = "macos", target_arch = "aarch64")))'.dependencies]
rdkafka = { version = "0.34.0", features = ["sasl", "ssl"], optional = true }
Expand Down

0 comments on commit 3c19dc3

Please sign in to comment.