Skip to content

Commit

Permalink
solana: update to 1.18.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Aug 8, 2024
1 parent 4bab4ee commit 24628b5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 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
@@ -1,6 +1,6 @@
[package]
name = "solana-geyser-sqs"
version = "0.3.2+solana.1.18.18"
version = "0.3.2+solana.1.18.21"
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.18"
solana-logger = "=1.18.18"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
solana-geyser-plugin-interface = "=1.18.21"
solana-logger = "=1.18.21"
solana-sdk = "=1.18.21"
solana-transaction-status = "=1.18.21"
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 Down

0 comments on commit 24628b5

Please sign in to comment.