From c6e95bb29d7964936dfb2104d52e07b2d8a7c5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Fri, 2 Feb 2024 12:51:41 +0100 Subject: [PATCH] Update clap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c011c0..ffd1fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cxx = "1.0" cxx-build = "1.0" pkg-config = "0.3" semver = "1" -clap = "2.9" +clap = { version = "4", features = ["cargo"] } [[example]] name = "solverdummy"