You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2021/12/13 07:56:01 UTC

[thrift] branch master updated: Pin clap to 2.33 as 2.34 results in build failures

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new b597043  Pin clap to 2.33 as 2.34 results in build failures
b597043 is described below

commit b597043146bdcd2b18c73314aafbf4b46937dbd5
Author: Ali-Akber Saifee <al...@indydevs.org>
AuthorDate: Sun Dec 12 12:08:36 2021 -0800

    Pin clap to 2.33 as 2.34 results in build failures
---
 lib/rs/test/Cargo.toml | 2 +-
 test/rs/Cargo.toml     | 2 +-
 tutorial/rs/Cargo.toml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/rs/test/Cargo.toml b/lib/rs/test/Cargo.toml
index c9ca298..0ba96fd 100644
--- a/lib/rs/test/Cargo.toml
+++ b/lib/rs/test/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Apache Thrift Developers <de...@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 e17ff24..401282a 100644
--- a/test/rs/Cargo.toml
+++ b/test/rs/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Apache Thrift Developers <de...@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 78b44e4..e6e1d7c 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]