From 0917fabfedbf77ec32c51d2e9e2230976688dea8 Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Mon, 12 Feb 2024 11:47:43 +1000 Subject: [PATCH] pin clap to 4.4.18 (last version supporting rustc 1.70.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ac95437..03d2ec50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ fido-mds = { path = "./fido-mds" } async-std = { version = "1.6", features = ["attributes"] } base64 = "0.21" -clap = { version = "^4.2.4", features = ["derive", "env"] } +clap = { version = "=4.4.18", features = ["derive", "env"] } compact_jwt = "0.2.3" futures = "^0.3.25" hex = "0.4.3"