Skip to content

Commit

Permalink
Merge pull request #44 from ocaml-multicore/multicont-1.0.3
Browse files Browse the repository at this point in the history
Update multicont dependency
  • Loading branch information
kayceesrk committed May 18, 2024
2 parents df39332 + 356bbba commit 8a7e80d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
(description "A collection of example programs using effects in OCaml 5")
(depends
(lwt (>= "5.7"))
(multicont (>= "1.0.1"))))
(multicont (>= "1.0.3"))))
2 changes: 1 addition & 1 deletion effects-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 8a7e80d

Please sign in to comment.