From b2663077e7a6292b0b3d3807523a3f2f0b47ea74 Mon Sep 17 00:00:00 2001 From: public-release Date: Thu, 25 Apr 2024 19:19:21 +0100 Subject: [PATCH] v0.17~preview.129.17+77 --- bonsai.opam | 2 +- dune-project | 4 +--- examples/mouse_position/doc/dune | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bonsai.opam b/bonsai.opam index 3a98b3e8..edb94736 100644 --- a/bonsai.opam +++ b/bonsai.opam @@ -51,7 +51,7 @@ depends: [ "virtual_dom" "base64" {>= "3.4.0"} "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} - "dune" {>= "2.0.0"} + "dune" {>= "3.11.0"} "gen_js_api" {>= "1.0.8"} "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} diff --git a/dune-project b/dune-project index e563d7e3..dd91f463 100644 --- a/dune-project +++ b/dune-project @@ -1,3 +1 @@ -(lang dune 2.0) - -(formatting disabled) +(lang dune 3.11) diff --git a/examples/mouse_position/doc/dune b/examples/mouse_position/doc/dune index 8c2f0627..12517817 100644 --- a/examples/mouse_position/doc/dune +++ b/examples/mouse_position/doc/dune @@ -9,7 +9,7 @@ (targets graph.svg) (deps graph_generator.bc.js) (action - (bash "%{NODE} %{deps} | dot -T svg -ograph.svg"))) + (bash "node %{deps} | dot -T svg -ograph.svg"))) (alias (name DEFAULT)