Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: Add async to anchor-client #2488

Merged
merged 10 commits into from
Jun 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into async
  • Loading branch information
Aursen authored Jun 4, 2023
commit 2420fbf6f920a02f3ff1e568e685ffcf2cf68140
4 changes: 2 additions & 2 deletions client/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ events = { path = "../../tests/events/programs/events", features = ["no-entrypoi
shellexpand = "2.1.0"
anyhow = "1.0.32"
clap = { version = "4.2.4", features = ["derive"] }
solana-sdk = "1.14.16"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
solana-sdk = "<1.17.0"
You are viewing a condensed version of this merge commit. You can view the full changes here.