Skip to content

Commit

Permalink
Update to OCurrent 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Feb 27, 2023
1 parent a47c8eb commit c1a0d29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions current_ocluster.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ depends: [
"ocluster-api" {= version}
"ocaml" {>= "4.12.0"}
"capnp-rpc-unix" {>= "1.2.3"}
"current" {>= "0.6"}
"current_git" {>= "0.6"}
"current" {>= "0.6.4"}
"current_git" {>= "0.6.4"}
"duration"
"fmt"
"logs"
"lwt" {>= "5.6.1"}
"ppx_deriving"
"ppx_deriving_yojson"
"prometheus" {>= "1.2"}
"current_github" {>= "0.6" & with-test}
"current_web" {>= "0.6" & with-test}
"current_github" {>= "0.6.4" & with-test}
"current_web" {>= "0.6.4" & with-test}
"odoc" {with-doc}
]
build: [
Expand Down
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
(ocluster-api (= :version))
(ocaml (>= 4.12.0))
(capnp-rpc-unix (>= 1.2.3))
(current (>= 0.6))
(current_git (>= 0.6))
(current (>= 0.6.4))
(current_git (>= 0.6.4))
duration
fmt
logs
(lwt (>= 5.6.1))
ppx_deriving
ppx_deriving_yojson
(prometheus (>= 1.2))
(current_github (and (>= 0.6) :with-test))
(current_web (and (>= 0.6) :with-test))))
(current_github (and (>= 0.6.4) :with-test))
(current_web (and (>= 0.6.4) :with-test))))

0 comments on commit c1a0d29

Please sign in to comment.