Bump minimum OCaml version to 4.13 for Unix.realpath support

This commit is contained in:
Simon Cruanes 2026-02-10 19:27:08 +00:00
parent a25e24ed8c
commit 12f762eb6e
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
result
hmap
(iostream (>= 0.2))
(ocaml (>= 4.08))
(ocaml (>= 4.13))
(odoc :with-doc)
(logs :with-test)
(conf-libcurl :with-test)

View file

@ -17,7 +17,7 @@ depends: [
"result"
"hmap"
"iostream" {>= "0.2"}
"ocaml" {>= "4.08"}
"ocaml" {>= "4.13"}
"odoc" {with-doc}
"logs" {with-test}
"conf-libcurl" {with-test}