We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76294f4 commit 073c56eCopy full SHA for 073c56e
dune-project
@@ -32,7 +32,7 @@
32
(ppxlib (>= 0.16.0))
33
(ppx_let :with-test)
34
(bisect_ppx :with-test)
35
- lwt))
+ (lwt (>= 5.7.0))))
36
37
(package
38
(name lwt_react)
lwt_ppx.opam
@@ -16,7 +16,7 @@ depends: [
16
"ppxlib" {>= "0.16.0"}
17
"ppx_let" {with-test}
18
"bisect_ppx" {with-test}
19
- "lwt"
+ "lwt" {>= "5.7.0"}
20
"odoc" {with-doc}
21
]
22
build: [
0 commit comments