From c2cad61efe459e92c69b14674bcaae352c96c30d Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 20 Jul 2022 18:51:48 +0100 Subject: [PATCH] Fix calls to dune subst See https://github.com/ocaml/dune/pull/3647 --- ssl.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl.opam b/ssl.opam index 6a2f74c..1b2b57b 100644 --- a/ssl.opam +++ b/ssl.opam @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" bug-reports: "https://github.com/savonet/ocaml-ssl/issues" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [