From b9e9bada9f5a2a65eafc1f579a79fb394059e322 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 1 Oct 2022 19:45:28 +0100 Subject: [PATCH] Be less specific about the clap version --- tools/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 81b24569..7c53cbf7 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "4.0" +clap = "4" toml_edit = "0.14"