From e2b3dba788d672c580bcfadec7a973c034e3695f Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 14 Oct 2019 18:54:05 +0200 Subject: [PATCH] functoria-runtime: restrict to functoria <3.0.0 --- functoria-runtime.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functoria-runtime.opam b/functoria-runtime.opam index 488e800..50dd47b 100644 --- a/functoria-runtime.opam +++ b/functoria-runtime.opam @@ -24,7 +24,7 @@ depends: [ "dune" "cmdliner" {>= "0.9.8"} "fmt" - "functoria" {with-test & >= "2.2.0"} + "functoria" {with-test & >= "2.2.0" & < "3.0.0"} "alcotest" {with-test} "dune" {with-test & <= "1.5.1"} ]