Skip to content

Commit

Permalink
Merge pull request #181 from MisterDA/lwt.5.5.0
Browse files Browse the repository at this point in the history
Upgrade lwt to 5.5.0 in dune-project
  • Loading branch information
tmcgilchrist authored May 17, 2022
2 parents 8dfe319 + ef1271f commit d79e2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(description "OCaml bindings for the OCluster Cap'n Proto API.")
(depends
ppx_deriving
(lwt (>= 5.4.1))
(lwt (>= 5.5.0))
(capnp-rpc-lwt (>= 1.2))
fmt
ppx_deriving_yojson
Expand All @@ -27,7 +27,7 @@
ppx_sexp_conv
dune-build-info
(ocluster-api (= :version))
(lwt (>= 5.4.1))
(lwt (>= 5.5.0))
capnp-rpc-lwt
capnp-rpc-net
(capnp-rpc-unix (>= 1.2))
Expand Down Expand Up @@ -58,7 +58,7 @@
(depends
ppx_deriving
(ocluster-api (= :version))
(lwt (>= 5.4.1))
(lwt (>= 5.5.0))
(current (>= 0.3))
(current_git (>= 0.3))
(current_web (and (>= 0.3) :with-test))
Expand Down

0 comments on commit d79e2dd

Please sign in to comment.