From 18a681331242e0d41171203b5dece2baf0e13c2b Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Wed, 5 May 2021 17:23:58 +0800 Subject: [PATCH] quote version string to avoid syntax error on display Signed-off-by: SchrodingerZhu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdda8c1..a7f61e3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The TiKV client is a Rust library (crate). To use this crate in your project, ad ```toml [dependencies] -tikv-client = 0.0.99 +tikv-client = "0.0.99" ``` The minimum supported version of Rust is 1.40. The minimum supported version of TiKV is 5.0.