Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade lwt to 5.5.0 in dune-project #181

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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