require OCaml 4.08.0 since mirage-crypto depends on 4.08

This commit is contained in:
Hannes Mehnert 2020-06-15 18:17:12 +02:00
parent b07f09ba12
commit 21406965e7
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ env:
- DISTRO=ubuntu
- TESTS=false
matrix:
- OCAML_VERSION=4.07
- OCAML_VERSION=4.08
- OCAML_VERSION=4.09
- OCAML_VERSION=4.10

View File

@ -7,7 +7,7 @@ bug-reports: "https://github.com/hannesm/albatross/issues"
license: "ISC"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.08.0"}
"dune"
"lwt" {>= "3.0.0"}
"ipaddr" {>= "4.0.0"}