Skip to content

Commit

Permalink
Require capnp-rpc >= 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Feb 23, 2023
1 parent 63efb7c commit 4318820
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion current_ocluster.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.3"}
"ocluster-api" {= version}
"ocaml" {>= "4.12.0"}
"capnp-rpc-unix" {>= "1.2"}
"capnp-rpc-unix" {>= "1.2.3"}
"current" {>= "0.6"}
"current_git" {>= "0.6"}
"duration"
Expand Down
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(description "OCaml bindings for the OCluster Cap'n Proto API.")
(depends
(ocaml (>= 4.12.0))
(capnp-rpc-lwt (>= 1.2))
(capnp-rpc-lwt (>= 1.2.3))
fmt
(lwt (>= 5.6.1))
ppx_deriving
Expand All @@ -26,7 +26,7 @@
(depends
(ocluster-api (= :version))
(ocaml (>= 4.12.0))
(capnp-rpc-lwt (>= 1.2))
(capnp-rpc-lwt (>= 1.2.3))
(cohttp-lwt-unix (>= 4.0))
(digestif (>= 0.8))
(extunix (>= 0.4.1))
Expand All @@ -46,7 +46,7 @@
(ocaml (>= 4.12.0))
capnp-rpc-lwt
capnp-rpc-net
(capnp-rpc-unix (>= 1.2))
(capnp-rpc-unix (>= 1.2.3))
(cmdliner (>= 1.1.0))
(conf-libev (<> :os "win32"))
(digestif (>= 0.8))
Expand Down Expand Up @@ -77,7 +77,7 @@
(depends
(ocluster-api (= :version))
(ocaml (>= 4.12.0))
(capnp-rpc-unix (>= 1.2))
(capnp-rpc-unix (>= 1.2.3))
(current (>= 0.6))
(current_git (>= 0.6))
duration
Expand Down
2 changes: 1 addition & 1 deletion ocluster-api.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocurrent/ocluster/issues"
depends: [
"dune" {>= "3.3"}
"ocaml" {>= "4.12.0"}
"capnp-rpc-lwt" {>= "1.2"}
"capnp-rpc-lwt" {>= "1.2.3"}
"fmt"
"lwt" {>= "5.6.1"}
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion ocluster-worker.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.3"}
"ocluster-api" {= version}
"ocaml" {>= "4.12.0"}
"capnp-rpc-lwt" {>= "1.2"}
"capnp-rpc-lwt" {>= "1.2.3"}
"cohttp-lwt-unix" {>= "4.0"}
"digestif" {>= "0.8"}
"extunix" {>= "0.4.1"}
Expand Down
2 changes: 1 addition & 1 deletion ocluster.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocaml" {>= "4.12.0"}
"capnp-rpc-lwt"
"capnp-rpc-net"
"capnp-rpc-unix" {>= "1.2"}
"capnp-rpc-unix" {>= "1.2.3"}
"cmdliner" {>= "1.1.0"}
"conf-libev" {os != "win32"}
"digestif" {>= "0.8"}
Expand Down

0 comments on commit 4318820

Please sign in to comment.