diff --git a/Cargo.toml b/Cargo.toml index cbc9425..0400146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "1" termion = "1.5" regex = "1.5" -clap = { version = "3.0.0-beta.5", features = ["wrap_help"]} +clap = { version = "3.1", features = ["derive", "wrap_help"]} sequence_trie = "0.3.6" duct = "0.13"