From 6fc61d2fb3ad1001ca18a23b3b0f9a1c628a9608 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 15 Apr 2022 15:56:34 +0200 Subject: [PATCH] unipi: adapt bounds --- packages/mirage-unikernel-unipi-hvt.0.0.1/opam | 4 ++-- packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam index af85a2f..5465c17 100644 --- a/packages/mirage-unikernel-unipi-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-hvt.0.0.1/opam @@ -7,9 +7,9 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" "git" { >= "3.7.0"} - "git-mirage" { >= "3.7.0" & < "3.7.1"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} - "irmin-mirage-git" { >= "2.10.0" & < "3.0.0"} + "irmin-mirage-git" { >= "2.10.0"} "letsencrypt" { >= "0.3.0"} "logs" "lwt" diff --git a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam index ab1dec1..c093462 100644 --- a/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-unipi-with-kv-hvt.0.0.1/opam @@ -8,9 +8,9 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"} "functoria-runtime" "git" { >= "3.7.0"} - "git-mirage" { >= "3.7.0" & < "3.7.1"} + "git-mirage" { >= "3.7.0" & < "3.8.0"} "git-paf" { >= "3.7.0"} - "irmin-mirage-git" { >= "2.10.0" & < "3.0.0"} + "irmin-mirage-git" { >= "2.10.0"} "letsencrypt" { >= "0.3.0"} "logs" "lwt"