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

allengeorge 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 7e07267  THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)
7e07267 is described below

commit 7e07267379cab41ea35acc508c0d417bca479167
Author: Allen George <[email protected]>
AuthorDate: Sat Sep 11 11:30:34 2021 -0400

    THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)
    
    Client: rs
    
    See https://issuehunt.io/r/clap-rs/clap/issues/2691 for an explanation of 
the underlying issue.
---
 lib/rs/test/Cargo.toml | 1 +
 test/rs/Cargo.toml     | 1 +
 tutorial/rs/Cargo.toml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/lib/rs/test/Cargo.toml b/lib/rs/test/Cargo.toml
index 9341bd5..c9ca298 100644
--- a/lib/rs/test/Cargo.toml
+++ b/lib/rs/test/Cargo.toml
@@ -8,6 +8,7 @@ publish = false
 
 [dependencies]
 clap = "2.33"
+bitflags = "=1.2"
 
 [dependencies.thrift]
 path = "../"
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml
index 8a85d7c..e17ff24 100644
--- a/test/rs/Cargo.toml
+++ b/test/rs/Cargo.toml
@@ -8,6 +8,7 @@ publish = false
 
 [dependencies]
 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 5e21d51..78b44e4 100644
--- a/tutorial/rs/Cargo.toml
+++ b/tutorial/rs/Cargo.toml
@@ -9,6 +9,7 @@ publish = false
 
 [dependencies]
 clap = "2.33"
+bitflags = "=1.2"
 
 [dependencies.thrift]
 path = "../../lib/rs"

Reply via email to