commit | b597043146bdcd2b18c73314aafbf4b46937dbd5 | [log] [tgz] |
---|---|---|
author | Ali-Akber Saifee <ali@indydevs.org> | Sun Dec 12 12:08:36 2021 -0800 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Mon Dec 13 08:55:45 2021 +0100 |
tree | 34dc12da4286dace088395b700165a07e6e2c0b5 | |
parent | 98be76fc033f1d66bcfd09d4a22b86e8061e89c2 [diff] [blame] |
Pin clap to 2.33 as 2.34 results in build failures
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 @@ publish = false [dependencies] -clap = "2.33" +clap = "~2.33" bitflags = "=1.2" [dependencies.thrift]