From 13bd9191f42cfcad84a808a79d97788f65af90e9 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Sun, 8 Oct 2023 19:32:24 +0200 Subject: [PATCH] Atomic is only available since OCaml 4.12 --- mirage-crypto-rng.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirage-crypto-rng.opam b/mirage-crypto-rng.opam index 12c8c551..94352a2a 100644 --- a/mirage-crypto-rng.opam +++ b/mirage-crypto-rng.opam @@ -13,7 +13,7 @@ build: [ ["dune" "subst"] {dev} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.12.0"} "dune" {>= "2.7"} "dune-configurator" {>= "2.0.0"} "duration"