From 1749d2027f21d6b7f52c8aad6ab36fc1199b33e1 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 26 Feb 2024 18:44:32 +0100 Subject: [PATCH] chore(tfhe): pin clap --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index a837e9a64f..4cb5964ac7 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = { version = "1.4.0" } criterion = "0.4.0" doc-comment = "0.3.3" serde_json = "1.0.94" -clap = { version = "4.2.7", features = ["derive"] } +clap = { version = "=4.2.7", features = ["derive"] } # Used in user documentation bincode = "1.3.3" fs2 = { version = "0.4.3" }