From 356bbba9d9e76642551c2d2d3ac6a75583739d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Fri, 17 May 2024 12:32:29 +0200 Subject: [PATCH] Use multicont 1.0.3 --- .github/workflows/ci.yml | 3 --- dune-project | 2 +- effects-examples.opam | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57f35b0..8160729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: default: https://github.com/ocaml/opam-repository.git opam-depext: false -# remove this once there is a new release of multicont - - run: opam pin add multicont -y --dev - - run: opam install . --deps-only --with-test - run: opam exec -- dune build diff --git a/dune-project b/dune-project index 2c44f45..060dceb 100644 --- a/dune-project +++ b/dune-project @@ -10,4 +10,4 @@ (description "A collection of example programs using effects in OCaml 5") (depends (lwt (>= "5.7")) - (multicont (>= "1.0.1")))) \ No newline at end of file + (multicont (>= "1.0.3")))) diff --git a/effects-examples.opam b/effects-examples.opam index f711c2b..833812a 100644 --- a/effects-examples.opam +++ b/effects-examples.opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocaml-multicore/effects-examples/issues" depends: [ "dune" {>= "2.9"} "lwt" {>= "5.7"} - "multicont" {>= "1.0.1"} + "multicont" {>= "1.0.3"} "odoc" {with-doc} ] build: [