Skip to content

Commit

Permalink
solana: update to 1.18.18 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jul 12, 2024
1 parent 2f4a5ca commit 4bab4ee
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 46 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-geyser-sqs"
version = "0.3.2+solana.1.18.15"
version = "0.3.2+solana.1.18.18"
edition = "2018"
publish = false

Expand Down Expand Up @@ -38,10 +38,10 @@ safe-transmute = "0.11.2"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
serum_dex = "0.5.4"
solana-geyser-plugin-interface = "=1.18.15"
solana-logger = "=1.18.15"
solana-sdk = "=1.18.15"
solana-transaction-status = "=1.18.15"
solana-geyser-plugin-interface = "=1.18.18"
solana-logger = "=1.18.18"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
spl-token = { version = "=4.0.0", features = ["no-entrypoint"] }
thiserror = "1.0.30"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "time", "macros", "io-util"] }
Expand All @@ -54,6 +54,5 @@ git-version = "0.3.5"
vergen = { version = "8.2.1", features = ["build", "rustc"] }

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

0 comments on commit 4bab4ee

Please sign in to comment.