Skip to content

Commit

Permalink
Upgrade to cohttp 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 27, 2024
1 parent 3d354d6 commit 28fe3ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
(= :version))
;;
(cohttp
(>= 6.0.0~beta2))
(>= 6.0.0))
(fmt
(>= 0.9.0))
(uri
Expand Down Expand Up @@ -175,11 +175,11 @@
:with-test))
(cohttp
(and
(>= 6.0.0~beta2)
(>= 6.0.0)
:with-test))
(cohttp-lwt-unix
(and
(>= 6.0.0~beta2)
(>= 6.0.0)
(<> :os "win32")
:with-test))
(conduit-lwt-unix
Expand Down Expand Up @@ -223,7 +223,7 @@
:with-test))
(cohttp-lwt
(and
(>= 6.0.0~beta2)
(>= 6.0.0)
:with-test))
(qcheck-multicoretests-util
(and
Expand Down
2 changes: 1 addition & 1 deletion picos_io_cohttp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
depends: [
"dune" {>= "3.14"}
"picos_io" {= version}
"cohttp" {>= "6.0.0~beta2"}
"cohttp" {>= "6.0.0"}
"fmt" {>= "0.9.0"}
"uri" {>= "4.4.0"}
"odoc" {with-doc}
Expand Down
6 changes: 3 additions & 3 deletions picos_meta.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ depends: [
"qcheck-stm" {>= "0.3"}
"alcotest" {>= "1.7.0" & with-test}
"backoff" {>= "0.1.0" & with-test}
"cohttp" {>= "6.0.0~beta2" & with-test}
"cohttp-lwt-unix" {>= "6.0.0~beta2" & os != "win32" & with-test}
"cohttp" {>= "6.0.0" & with-test}
"cohttp-lwt-unix" {>= "6.0.0" & os != "win32" & with-test}
"conduit-lwt-unix" {>= "6.2.2" & os != "win32" & with-test}
"conf-npm"
{arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
Expand All @@ -34,7 +34,7 @@ depends: [
"multicore-magic" {>= "2.3.0" & with-test}
"multicore-magic-dscheck" {>= "2.3.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"cohttp-lwt" {>= "6.0.0~beta2" & with-test}
"cohttp-lwt" {>= "6.0.0" & with-test}
"qcheck-multicoretests-util" {>= "0.3" & with-test}
"uri" {>= "4.4.0" & with-test}
"odoc" {>= "2.4.1" & with-doc}
Expand Down

0 comments on commit 28fe3ec

Please sign in to comment.