add lower bounds for test dependencies

This commit is contained in:
Hannes Mehnert 2023-03-22 10:46:02 +01:00
parent ddd0dc7e06
commit f0eec8add4

View file

@ -18,9 +18,9 @@ depends: [
"mimic-happy-eyeballs" "mimic-happy-eyeballs"
"httpaf" "httpaf"
"alcotest-lwt" {with-test} "alcotest-lwt" {with-test}
"mirage-clock-unix" {with-test} "mirage-clock-unix" {with-test & >= "4.0.0"}
"mirage-crypto-rng" {with-test} "mirage-crypto-rng" {with-test}
"mirage-time-unix" {with-test} "mirage-time-unix" {with-test & >= "3.0.0"}
"h2" {>= "0.10.0"} "h2" {>= "0.10.0"}
] ]
build: [ build: [