From cd24b68d23b6bf57ac010e5c201ab52624291150 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Sun, 27 Aug 2023 04:01:23 +0800 Subject: [PATCH] add 0.0.1 --- dune-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 2b51940..75aa29f 100644 --- a/dune-project +++ b/dune-project @@ -21,7 +21,7 @@ (description "Split a string to a list of strings of a character by the unicode codepoint. It requires module Uutf.") - (depends ocaml>=4.14 dune uutf) + (depends ocaml dune uutf) (tags (string utf8))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project