Skip to content

Commit

Permalink
solana: pin to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfredAlmeida committed Nov 26, 2024
1 parent f157511 commit 1530808
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
98 changes: 49 additions & 49 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,14 +1,14 @@
[package]
name = "solana-geyser-sqs"
version = "0.3.2"
version = "0.3.2+solana.2.0.16"
edition = "2021"
publish = false

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
agave-geyser-plugin-interface = "~2.0.13"
agave-geyser-plugin-interface = "~2.0.17"
anyhow = "1.0.44"
arrayref = "0.3.6"
async-trait = "0.1.73"
Expand Down Expand Up @@ -43,9 +43,9 @@ safe-transmute = "0.11.2"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
serum_dex = "0.5.4"
solana-logger = "~2.0.13"
solana-sdk = "~2.0.13"
solana-transaction-status = "~2.0.13"
solana-logger = "~2.0.17"
solana-sdk = "~2.0.17"
solana-transaction-status = "~2.0.17"
spl-token = { version = "6.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 1530808

Please sign in to comment.