diff options
Diffstat (limited to 'tutorial/rs/Cargo.toml')
-rw-r--r-- | tutorial/rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml index 9075db7a6..210a0daf9 100644 --- a/tutorial/rs/Cargo.toml +++ b/tutorial/rs/Cargo.toml @@ -7,7 +7,7 @@ exclude = ["Makefile*", "shared.rs", "tutorial.rs"] publish = false [dependencies] -clap = "2.18.0" +clap = "<2.28.0" ordered-float = "0.3.0" try_from = "0.2.0" |