summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli-Akber Saifee <ali@indydevs.org>2021-12-12 12:08:36 -0800
committerJens Geyer <Jens-G@users.noreply.github.com>2021-12-13 08:55:45 +0100
commitb597043146bdcd2b18c73314aafbf4b46937dbd5 (patch)
tree34dc12da4286dace088395b700165a07e6e2c0b5
parent98be76fc033f1d66bcfd09d4a22b86e8061e89c2 (diff)
downloadthrift-b597043146bdcd2b18c73314aafbf4b46937dbd5.tar.gz
Pin clap to 2.33 as 2.34 results in build failures
-rw-r--r--lib/rs/test/Cargo.toml2
-rw-r--r--test/rs/Cargo.toml2
-rw-r--r--tutorial/rs/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/rs/test/Cargo.toml b/lib/rs/test/Cargo.toml
index c9ca29844..0ba96fdfd 100644
--- a/lib/rs/test/Cargo.toml
+++ b/lib/rs/test/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
publish = false
[dependencies]
-clap = "2.33"
+clap = "~2.33"
bitflags = "=1.2"
[dependencies.thrift]
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml
index e17ff2424..401282a5e 100644
--- a/test/rs/Cargo.toml
+++ b/test/rs/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
publish = false
[dependencies]
-clap = "2.33"
+clap = "~2.33"
bitflags = "=1.2"
env_logger = "0.8"
log = "0.4"
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml
index 78b44e4b7..e6e1d7cac 100644
--- a/tutorial/rs/Cargo.toml
+++ b/tutorial/rs/Cargo.toml
@@ -8,7 +8,7 @@ exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
publish = false
[dependencies]
-clap = "2.33"
+clap = "~2.33"
bitflags = "=1.2"
[dependencies.thrift]