From b59ab55c9b5f4525966e19c14a12092f6912e21c Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 6 Oct 2023 13:47:04 +0200 Subject: [PATCH] Restrict versions of `clap_mangen` to satisfy MSRV --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e9cdbcd1..b6d3d790 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ version.workspace = true [dependencies] anyhow = "1.0.68" clap = { features = ["string"], version = "4.2.0" } -clap_mangen = "0.2.7" +clap_mangen = "0.2.7, <0.2.14" # TODO: 0.2.14 has MSRV >=1.70.0 #git2 = "0.17.2" #semver = "1.0.17" pineappl_cli = { path = "../pineappl_cli", version = "=0.6.1" }