diff --git a/cachet-lwt.opam b/cachet-lwt.opam index e8346b5..c9ffd50 100644 --- a/cachet-lwt.opam +++ b/cachet-lwt.opam @@ -22,3 +22,4 @@ depends: [ "cachet" {= version} "alcotest" {with-test & >= "1.8.0"} ] +x-maintenance-intent: [ "(latest)" ] diff --git a/cachet-solo5.opam b/cachet-solo5.opam index 22a3239..6b8f8d6 100644 --- a/cachet-solo5.opam +++ b/cachet-solo5.opam @@ -22,3 +22,4 @@ depends: [ "mirage-solo5" {>= "0.7.0"} "alcotest" {with-test & >= "1.8.0"} ] +x-maintenance-intent: [ "(latest)" ] diff --git a/cachet.opam b/cachet.opam index 694ffce..c8d07f8 100644 --- a/cachet.opam +++ b/cachet.opam @@ -20,3 +20,4 @@ depends: [ "dune" {>= "3.5.0"} "alcotest" {with-test & >= "1.7.0"} ] +x-maintenance-intent: [ "(latest)" ]