Skip to content

Commit

Permalink
v2.0: Bump ThinClient since version (backport of #1991) (#2001)
Browse files Browse the repository at this point in the history
Bump ThinClient since version (#1991)

(cherry picked from commit 1063be7)

Co-authored-by: Tyera <tyera@anza.xyz>
  • Loading branch information
mergify[bot] and CriesofCarrots authored Jul 4, 2024
1 parent 0001afe commit c09226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thin-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# thin-client
This crate for `thin-client` is deprecated as of v1.19.0. It will receive no bugfixes or updates.
This crate for `thin-client` is deprecated as of v2.0.0. It will receive no bugfixes or updates.

Please use `tpu-client` or `rpc-client`.
2 changes: 1 addition & 1 deletion thin-client/src/thin_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl ClientOptimizer {
}

/// An object for querying and sending transactions to the network.
#[deprecated(since = "1.19.0", note = "Use [RpcClient] or [TpuClient] instead.")]
#[deprecated(since = "2.0.0", note = "Use [RpcClient] or [TpuClient] instead.")]
pub struct ThinClient<
P, // ConnectionPool
M, // ConnectionManager
Expand Down

0 comments on commit c09226c

Please sign in to comment.