From aacec6588c3aebffda6c6221b02622576c85c407 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 2 Feb 2025 17:08:52 +0100 Subject: Change Views render function return type. All Views submodules' render functions now return a Dream_html node promise, rather than the node itself. --- lib/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dune') diff --git a/lib/dune b/lib/dune index c091495..e9511c2 100644 --- a/lib/dune +++ b/lib/dune @@ -1,5 +1,5 @@ (library (name ogit) - (libraries dream dream-html lwt_ppx git-unix) + (libraries dream dream-html git-unix) (preprocess (pps lwt_ppx))) -- cgit v1.2.3