From b597043146bdcd2b18c73314aafbf4b46937dbd5 Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Sun, 12 Dec 2021 12:08:36 -0800 Subject: Pin clap to 2.33 as 2.34 results in build failures --- tutorial/rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') 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] -- cgit v1.2.1