Skip to content

Commit 073c56e

Browse files
fix ppx->lwt dependency constraint
upstream of ocaml/opam-repository#27693
1 parent 76294f4 commit 073c56e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(ppxlib (>= 0.16.0))
3333
(ppx_let :with-test)
3434
(bisect_ppx :with-test)
35-
lwt))
35+
(lwt (>= 5.7.0))))
3636

3737
(package
3838
(name lwt_react)

lwt_ppx.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ppxlib" {>= "0.16.0"}
1717
"ppx_let" {with-test}
1818
"bisect_ppx" {with-test}
19-
"lwt"
19+
"lwt" {>= "5.7.0"}
2020
"odoc" {with-doc}
2121
]
2222
build: [

0 commit comments

Comments
 (0)