Export tokio for program-test clients (#15894)

(cherry picked from commit 430ed6d774)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-03-16 05:03:03 +00:00
committed by GitHub
parent 3f3f3bb443
commit 7a08d47588

View File

@ -51,6 +51,10 @@ use {
// Export types so test clients can limit their solana crate dependencies // Export types so test clients can limit their solana crate dependencies
pub use solana_banks_client::BanksClient; pub use solana_banks_client::BanksClient;
// Export tokio for test clients
pub use tokio;
pub mod programs; pub mod programs;
#[macro_use] #[macro_use]