diff --git a/bigstringaf.opam b/bigstringaf.opam index 52264a1..81f4095 100644 --- a/bigstringaf.opam +++ b/bigstringaf.opam @@ -20,8 +20,8 @@ build: [ ] ] depends: [ - "dune" {>= "3.0"} - "dune-configurator" {>= "3.0"} + "dune" {>= "3.17"} + "dune-configurator" {>= "3.17"} "alcotest" {with-test} "ocaml" {>= "4.08.0"} ] diff --git a/dune-project b/dune-project index efb9888..c93322e 100644 --- a/dune-project +++ b/dune-project @@ -1,3 +1,3 @@ -(lang dune 3.0) +(lang dune 3.17) (name bigstringaf) (formatting (enabled_for dune))