This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new f943564 Fix a typo in README.md.
f943564 is described below
commit f9435643d758f9b08937399abe7f721ec7d65fcf
Author: Matt Kantor <[email protected]>
AuthorDate: Thu Jul 4 11:55:26 2019 -0700
Fix a typo in README.md.
The crate is named `ordered-float`, not `ordered_float`.
---
tutorial/rs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tutorial/rs/README.md b/tutorial/rs/README.md
index 8ad39ad..166854b 100644
--- a/tutorial/rs/README.md
+++ b/tutorial/rs/README.md
@@ -8,7 +8,7 @@
```toml
thrift = "x.y.z" # x.y.z is the version of the thrift compiler
-ordered_float = "0.3.0"
+ordered-float = "0.3.0"
try_from = "0.2.0"
```