Skip to content

Commit

Permalink
solana: pin to 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 6, 2024
1 parent f157511 commit dcd142b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
agave-geyser-plugin-interface = "~2.0.13"
agave-geyser-plugin-interface = "=2.0.14"
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.14"
solana-sdk = "=2.0.14"
solana-transaction-status = "=2.0.14"
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 dcd142b

Please sign in to comment.