commit | 7e07267379cab41ea35acc508c0d417bca479167 | [log] [tgz] |
---|---|---|
author | Allen George <allengeorge@apache.org> | Sat Sep 11 11:30:34 2021 -0400 |
committer | GitHub <noreply@github.com> | Sat Sep 11 11:30:34 2021 -0400 |
tree | 45175288451c9e10c5d6cc93e9ed9cb09795a446 | |
parent | 38bd636a1883dbbf4d22ada48e856eaf6243d32e [diff] [blame] |
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.
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 @@ [dependencies] clap = "2.33" +bitflags = "=1.2" env_logger = "0.8" log = "0.4"