Skip to content

Commit

Permalink
solana: update to 1.17.28 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Mar 26, 2024
1 parent 32c3d33 commit f5140e0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 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.

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.17.25"
version = "0.3.2+solana.1.17.28"
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.17.25"
solana-logger = "=1.17.25"
solana-sdk = "=1.17.25"
solana-transaction-status = "=1.17.25"
solana-geyser-plugin-interface = "=1.17.28"
solana-logger = "=1.17.28"
solana-sdk = "=1.17.28"
solana-transaction-status = "=1.17.28"
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 f5140e0

Please sign in to comment.