From 31bc70d5d7a7c67684209590086da466e1fff408 Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Sat, 19 Oct 2024 16:38:07 +0400 Subject: [PATCH] Upgrade example to dune 3.16 --- test/example/dune-project | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/example/dune-project b/test/example/dune-project index c7699e5..4e5b2a5 100644 --- a/test/example/dune-project +++ b/test/example/dune-project @@ -1,5 +1,4 @@ -(lang dune 3.15) -; (lang dune 3.16) +(lang dune 3.16) (generate_opam_files false) @@ -10,7 +9,7 @@ (dialect (name mlx) (implementation - ; (merlin_reader mlx) + (merlin_reader mlx) (extension mlx) (preprocess (run mlx-pp %{input-file}))))