فهرست منبع

Bump ThinClient since version (#1991)

Tyera 1 سال پیش
والد
کامیت
1063be7f1b
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      thin-client/README.md
  2. 1 1
      thin-client/src/thin_client.rs

+ 1 - 1
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`.

+ 1 - 1
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