commit | f9435643d758f9b08937399abe7f721ec7d65fcf | [log] [tgz] |
---|---|---|
author | Matt Kantor <the.matt.kantor@gmail.com> | Thu Jul 04 11:55:26 2019 -0700 |
committer | James E. King III <jking@apache.org> | Sun Jul 07 12:18:30 2019 -0400 |
tree | c62e13cdaf1323960e4f3b7076ef040276de4d04 | |
parent | 08fea1640e3585b74bbbd9ec53db798df7fe1656 [diff] |
Fix a typo in README.md. The crate is named `ordered-float`, not `ordered_float`.
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" ```