summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorAllen George <allengeorge@apache.org>2021-09-11 11:30:34 -0400
committerGitHub <noreply@github.com>2021-09-11 11:30:34 -0400
commit7e07267379cab41ea35acc508c0d417bca479167 (patch)
tree45175288451c9e10c5d6cc93e9ed9cb09795a446 /tutorial
parent38bd636a1883dbbf4d22ada48e856eaf6243d32e (diff)
downloadthrift-7e07267379cab41ea35acc508c0d417bca479167.tar.gz
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.
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/rs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml
index 5e21d51a6..78b44e4b7 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"