Skip to content

Commit

Permalink
solana: update to 1.18.18 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jul 13, 2024
1 parent b40d2db commit 98fd91e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 39 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

15 changes: 5 additions & 10 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+solana.1.18.15"
version = "0.4.0+solana.1.18.18"
edition = "2021"
repository = "https://github.com/rpcpool/solana-accountsdb-plugin-kafka"
license = "Apache-2.0"
Expand All @@ -20,10 +20,10 @@ 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-geyser-plugin-interface = "=1.18.15"
solana-logger = "=1.18.15"
solana-program = "=1.18.15"
solana-transaction-status = "=1.18.15"
solana-geyser-plugin-interface = "=1.18.18"
solana-logger = "=1.18.18"
solana-program = "=1.18.18"
solana-transaction-status = "=1.18.18"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "time", "macros", "sync"] }

[build-dependencies]
Expand All @@ -37,10 +37,5 @@ vergen = { version = "8.2.1", features = ["build", "rustc"] }
targets = ["x86_64-unknown-linux-gnu"]

[profile.release]
debug = true
lto = true
codegen-units = 1

[profile.release-wo-debug]
inherits = "release"
debug = false

0 comments on commit 98fd91e

Please sign in to comment.