mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
chore: bump to ocaml 4.04
This commit is contained in:
parent
ff5795c389
commit
9d8439b96a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue