Skip to content

Commit

Permalink
change 2.0.0 to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack committed Mar 1, 2024
1 parent 3ce13e3 commit ed7dd17
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 v2.0.0. It will receive no bugfixes or updates.
This crate for `thin-client` is deprecated as of v1.19.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 @@ -111,7 +111,7 @@ impl ClientOptimizer {
}

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

0 comments on commit ed7dd17

Please sign in to comment.