diff --git a/thin-client/README.md b/thin-client/README.md index 147b287b2d62b2..43ca0825a4ab5d 100644 --- a/thin-client/README.md +++ b/thin-client/README.md @@ -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`. \ No newline at end of file diff --git a/thin-client/src/thin_client.rs b/thin-client/src/thin_client.rs index 065363e1a462c0..f53ae499a8b68f 100644 --- a/thin-client/src/thin_client.rs +++ b/thin-client/src/thin_client.rs @@ -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