diff options
author | James E. King, III <jking@apache.org> | 2017-11-29 13:01:16 -0500 |
---|---|---|
committer | James E. King, III <jking@apache.org> | 2017-11-29 21:29:48 -0500 |
commit | 44426c90955ee1324be58d228e654b309d7c5bba (patch) | |
tree | 9de49ab4f43ebfb6b9507dc8e87287d15bb67ba3 /tutorial | |
parent | 20e16bc6a41c6faead040aed7f3c00b9d2e7f842 (diff) | |
download | thrift-44426c90955ee1324be58d228e654b309d7c5bba.tar.gz |
THRIFT-4395: fix rust build on xenial
Client: rs
This closes #1421
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml index 9075db7a6..210a0daf9 100644 --- a/tutorial/rs/Cargo.toml +++ b/tutorial/rs/Cargo.toml @@ -7,7 +7,7 @@ exclude = ["Makefile*", "shared.rs", "tutorial.rs"] publish = false [dependencies] -clap = "2.18.0" +clap = "<2.28.0" ordered-float = "0.3.0" try_from = "0.2.0" |