Skip to content

Commit

Permalink
Bump ThinClient since version (anza-xyz#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 3, 2024
1 parent c848645 commit 1063be7
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 1063be7

Please sign in to comment.