chore: for now, limit to lwt 5
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / build-compat (push) Has been cancelled
Build and Test / format (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2026-01-12 20:46:00 -05:00
parent b32c7e3e38
commit fe68320aff
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
:with-test :with-test
(>= 0.19))) (>= 0.19)))
(hmap :with-test) (hmap :with-test)
lwt (lwt (and (>= 5.0) (< 6.0)))
base-unix base-unix
(trace :with-test) (trace :with-test)
(trace-tef :with-test) (trace-tef :with-test)

View file

@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "5.0"} "ocaml" {>= "5.0"}
"qcheck-core" {with-test & >= "0.19"} "qcheck-core" {with-test & >= "0.19"}
"hmap" {with-test} "hmap" {with-test}
"lwt" "lwt" {>= "5.0" & < "6.0"}
"base-unix" "base-unix"
"trace" {with-test} "trace" {with-test}
"trace-tef" {with-test} "trace-tef" {with-test}