From 70906e4fd392b59bcc9ffc7345109e95856602a4 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 6 Jan 2025 17:58:19 +0100 Subject: [PATCH] add x-maintenance-intent field to the opam file --- miou.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/miou.opam b/miou.opam index e4c8d54..47294f0 100644 --- a/miou.opam +++ b/miou.opam @@ -27,3 +27,4 @@ depends: [ "dns-client" {with-test} "mtime" {with-test & >= "2.0.0"} ] +x-maintenance-intent: [ "(latest)" ]