chore: bump to ocaml 4.04

This commit is contained in:
Simon Cruanes 2021-06-01 10:25:07 -04:00
parent ff5795c389
commit 9d8439b96a

View file

@ -12,7 +12,7 @@ build: [
depends: [
"dune" { >= "1.1" } # for now, since qtest needs old dune
"base-threads"
"ocaml" { >= "4.03.0" }
"ocaml" { >= "4.04.0" }
"odoc" {with-doc}
"qtest" { >= "2.9" & with-test}
"qcheck" {with-test & >= "0.9" }