Merge pull request #275 from SchrodingerZhu/master

quote version string to avoid syntax error on display
This commit is contained in:
Nick Cameron 2021-05-06 09:18:12 +12:00 committed by GitHub
commit 089f7282ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.