Skip to content

Commit 534c294

Browse files
mergify[bot]gregcusack
authored and
mango-dee
committed
v1.18: deprecate get_client and get_multi_client (backport of solana-labs#177) (solana-labs#182)
* deprecate `get_client` and `get_multi_client` (solana-labs#177) deprecate get_client and get_multi_client (cherry picked from commit 00c984f) * bump deprecated version numbers --------- Co-authored-by: Greg Cusack <[email protected]>
1 parent fca5712 commit 534c294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench-tps/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::arithmetic_side_effects)]
2+
#![allow(deprecated)]
23
use {
34
log::*,
45
solana_bench_tps::{

0 commit comments

Comments
 (0)