From 9a15344501d8f6f073549ced30a9db877fea23d4 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 15 Jul 2024 10:21:35 +0200 Subject: [PATCH] Constraint the eqaf package --- bob.opam | 1 + com.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/bob.opam b/bob.opam index 9eb16b7..a8cb766 100644 --- a/bob.opam +++ b/bob.opam @@ -35,6 +35,7 @@ depends: [ "dns-client" {>= "6.4.0"} "happy-eyeballs" {>= "0.6.0"} "ca-certs" + "eqaf" {< "0.10"} "ke" {>= "0.6"} "alcotest" {with-test} "spoke" {>= "0.0.3"} diff --git a/com.opam b/com.opam index c9ef731..bf942b9 100644 --- a/com.opam +++ b/com.opam @@ -49,6 +49,7 @@ depends: [ "dns-client" "happy-eyeballs" { >= "0.6.0" } "ca-certs" + "eqaf" {< "0.10"} "ke" { >= "0.6" } "alcotest" { with-test } "spoke" { >= "0.0.3" }