Skip to content

Commit 91d5d0f

Browse files
authored
Update lwt and multicont dependencies inline with OCaml 5.1 (#39)
* lwt >= 5.7 * multicont >= 1.0.1
1 parent a73670e commit 91d5d0f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

dune-project

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
(synopsis "A collection of example programs using effects in OCaml 5")
1010
(description "A collection of example programs using effects in OCaml 5")
1111
(depends
12-
; TODO: Change when lwt is released with 5.0.0 support
13-
(lwt (>= "5.5.1~alpha-repo"))
14-
(multicont (>= "1.0.0~rc.2"))))
12+
(lwt (>= "5.7"))
13+
(multicont (>= "1.0.1"))))

effects-examples.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ homepage: "https://github.com/ocaml-multicore/effects-examples"
88
bug-reports: "https://github.com/ocaml-multicore/effects-examples/issues"
99
depends: [
1010
"dune" {>= "2.9"}
11-
"lwt" {>= "5.5.1~alpha-repo"}
12-
"multicont" {>= "1.0.0~rc.2"}
11+
"lwt" {>= "5.7"}
12+
"multicont" {>= "1.0.1"}
1313
"odoc" {with-doc}
1414
]
1515
build: [

0 commit comments

Comments
 (0)