add lower bounds for test dependencies
This commit is contained in:
parent
ddd0dc7e06
commit
f0eec8add4
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ depends: [
|
|||
"mimic-happy-eyeballs"
|
||||
"httpaf"
|
||||
"alcotest-lwt" {with-test}
|
||||
"mirage-clock-unix" {with-test}
|
||||
"mirage-clock-unix" {with-test & >= "4.0.0"}
|
||||
"mirage-crypto-rng" {with-test}
|
||||
"mirage-time-unix" {with-test}
|
||||
"mirage-time-unix" {with-test & >= "3.0.0"}
|
||||
"h2" {>= "0.10.0"}
|
||||
]
|
||||
build: [
|
||||
|
|
Loading…
Reference in a new issue