summaryrefslogtreecommitdiff
path: root/test/rs
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-29 13:01:16 -0500
committerJames E. King, III <jking@apache.org>2017-11-29 21:29:48 -0500
commit44426c90955ee1324be58d228e654b309d7c5bba (patch)
tree9de49ab4f43ebfb6b9507dc8e87287d15bb67ba3 /test/rs
parent20e16bc6a41c6faead040aed7f3c00b9d2e7f842 (diff)
downloadthrift-44426c90955ee1324be58d228e654b309d7c5bba.tar.gz
THRIFT-4395: fix rust build on xenial
Client: rs This closes #1421
Diffstat (limited to 'test/rs')
-rw-r--r--test/rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml
index df8450452..9b35e3c41 100644
--- a/test/rs/Cargo.toml
+++ b/test/rs/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
publish = false
[dependencies]
-clap = "2.18.0"
+clap = "<2.28.0"
env_logger = "0.4.0"
log = "0.3.7"
ordered-float = "0.3.0"