commit | 44426c90955ee1324be58d228e654b309d7c5bba | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Wed Nov 29 13:01:16 2017 -0500 |
committer | James E. King, III <jking@apache.org> | Wed Nov 29 21:29:48 2017 -0500 |
tree | 9de49ab4f43ebfb6b9507dc8e87287d15bb67ba3 | |
parent | 20e16bc6a41c6faead040aed7f3c00b9d2e7f842 [diff] [blame] |
THRIFT-4395: fix rust build on xenial Client: rs This closes #1421
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml index 9075db7..210a0da 100644 --- a/tutorial/rs/Cargo.toml +++ b/tutorial/rs/Cargo.toml
@@ -7,7 +7,7 @@ publish = false [dependencies] -clap = "2.18.0" +clap = "<2.28.0" ordered-float = "0.3.0" try_from = "0.2.0"