Skip to content

Commit

Permalink
Update Solana Deps and Downgrade Reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Dec 6, 2024
1 parent 861e9f4 commit fc52991
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 @@ -20,17 +20,17 @@ futures-util = "0.3.30"
mpl-token-metadata = { version = "5.0.0-beta.0" }
phf = { version = "0.11.2", features = ["macros"] }
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["json", "native-tls"] }
reqwest = { version = "0.11.22", features = ["json", "native-tls"] }
semver = "1.0.23"
serde = "1.0.198"
serde-enum-str = "0.4.0"
serde_json = "1.0.116"
solana-account-decoder = "2.0"

This comment has been minimized.

Copy link
@EmilRejman

EmilRejman Dec 10, 2024

What was wrong with version = "2"?

Currently if someone wants to use helius along current mainnet (which is version 2.0 not 2.1) cannot use helius.

solana-client = "2.0"
solana-program = "2.0"
solana-rpc-client-api = "2.0"
solana-sdk = "2.0"
solana-transaction-status = "2.0"
solana-account-decoder = "2.1.4"
solana-client = "2.1.4"
solana-program = "2.1.4"
solana-rpc-client-api = "2.1.4"
solana-sdk = "2.1.4"
solana-transaction-status = "2.1.4"
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "time"] }
tokio-stream = "0.1.15"
Expand Down

0 comments on commit fc52991

Please sign in to comment.