Skip to content

Commit 8a7e80d

Browse files
authored
Merge pull request #44 from ocaml-multicore/multicont-1.0.3
Update multicont dependency
2 parents df39332 + 356bbba commit 8a7e80d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
default: https://github.com/ocaml/opam-repository.git
3232
opam-depext: false
3333

34-
# remove this once there is a new release of multicont
35-
- run: opam pin add multicont -y --dev
36-
3734
- run: opam install . --deps-only --with-test
3835

3936
- run: opam exec -- dune build

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
(description "A collection of example programs using effects in OCaml 5")
1111
(depends
1212
(lwt (>= "5.7"))
13-
(multicont (>= "1.0.1"))))
13+
(multicont (>= "1.0.3"))))

effects-examples.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocaml-multicore/effects-examples/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"lwt" {>= "5.7"}
12-
"multicont" {>= "1.0.1"}
12+
"multicont" {>= "1.0.3"}
1313
"odoc" {with-doc}
1414
]
1515
build: [

0 commit comments

Comments
 (0)