mirror of
https://github.com/c-cube/moonpool.git
synced 2026-01-21 08:46:43 -05:00
chore: for now, limit to lwt 5
This commit is contained in:
parent
b32c7e3e38
commit
fe68320aff
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@
|
|||
:with-test
|
||||
(>= 0.19)))
|
||||
(hmap :with-test)
|
||||
lwt
|
||||
(lwt (and (>= 5.0) (< 6.0)))
|
||||
base-unix
|
||||
(trace :with-test)
|
||||
(trace-tef :with-test)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ depends: [
|
|||
"ocaml" {>= "5.0"}
|
||||
"qcheck-core" {with-test & >= "0.19"}
|
||||
"hmap" {with-test}
|
||||
"lwt"
|
||||
"lwt" {>= "5.0" & < "6.0"}
|
||||
"base-unix"
|
||||
"trace" {with-test}
|
||||
"trace-tef" {with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue