Skip to content

Commit 089f728

Browse files
authored
Merge pull request #275 from SchrodingerZhu/master
quote version string to avoid syntax error on display
2 parents ceea0f9 + 18a6813 commit 089f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TiKV client is a Rust library (crate). To use this crate in your project, ad
1616

1717
```toml
1818
[dependencies]
19-
tikv-client = 0.0.99
19+
tikv-client = "0.0.99"
2020
```
2121

2222
The minimum supported version of Rust is 1.40. The minimum supported version of TiKV is 5.0.

0 commit comments

Comments
 (0)