From b9cfcf4433794cb76a6cf841fb1f244558e35115 Mon Sep 17 00:00:00 2001 From: oemmerson Date: Fri, 16 Aug 2024 14:03:09 +0100 Subject: [PATCH] Update dream.opam (#1) Add higher bound of mirage-crypto dependancy to fix building of example 1 due to API changes. Fixes #328 --- dream.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.opam b/dream.opam index c5938c99..f99b6474 100644 --- a/dream.opam +++ b/dream.opam @@ -68,7 +68,7 @@ depends: [ "magic-mime" "markup" {>= "1.0.2"} "mirage-clock" {>= "3.0.0"} # now_d_ps : unit -> int * int64. - "mirage-crypto" {>= "0.8.1"} # AES-256-GCM. + "mirage-crypto" {>= "0.8.1" & < "1.0.0"} # AES-256-GCM. "mirage-crypto-rng" "mirage-crypto-rng-lwt" "multipart_form" {>= "0.4.0"}