Skip to content

Commit

Permalink
Fix Build Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Sep 1, 2024
1 parent 85bf998 commit dbbb548
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ futures = "0.3.30"
futures-util = "0.3.30"
phf = { version = "0.11.2", features = ["macros"] }
rand = "0.8.5"
reqwest = { version = "0.12.3", features = ["json"], default-features = false }
reqwest = { version = "0.11", features = ["json"], default-features = false }
semver = "1.0.23"
serde = "1.0.198"
serde-enum-str = "0.4.0"
serde_json = "1.0.116"
solana-account-decoder = "=2.0.7"
solana-client = "=2.0.7"
solana-program = "=2.0.7"
solana-rpc-client-api = "=2.0.7"
solana-sdk = "=2.0.7"
solana-transaction-status = "=2.0.7"
solana-account-decoder = "=1.17.0"
solana-client = "=1.17.0"
solana-program = "=1.17.0"
solana-rpc-client-api = "=1.17.0"
solana-sdk = "=1.17.0"
solana-transaction-status = "=1.17.0"
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net"] }
tokio-stream = "0.1.15"
Expand Down

0 comments on commit dbbb548

Please sign in to comment.