Skip to content

Commit

Permalink
Relax solana-sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 1, 2024
1 parent ba93da3 commit bd8137e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ itertools = "0.10"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
solana-sdk = "1.10"
solana-sdk = "1"
thiserror = "1"
tokio = "1"

[dev-dependencies]
itertools = "0.10"
tokio = {version = "1", features = ["full"]}
solana-client = "1.10"
solana-client = "1"
spl-associated-token-account = "1"
spl-token = "3"

0 comments on commit bd8137e

Please sign in to comment.