Skip to content

Commit

Permalink
Adjust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Sep 1, 2024
1 parent 7a60dfb commit 35ddb52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(name picos_stdio_cohttp)
(synopsis "Cohttp running on Picos stdio")
(depends
(picos
(picos_stdio
(= :version))
;;
(cohttp
Expand Down Expand Up @@ -123,11 +123,11 @@
(= :version))
(picos_stdio_cohttp
(= :version))
(picos_lwt
(= :version))
;;
(dscheck
(>= 0.4.0))
(lwt
(>= 5.7.0))
(qcheck-core
(>= 0.21.2))
(qcheck-stm
Expand Down
2 changes: 1 addition & 1 deletion picos_meta.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ depends: [
"picos_std" {= version}
"picos_stdio" {= version}
"picos_stdio_cohttp" {= version}
"picos_lwt" {= version}
"dscheck" {>= "0.4.0"}
"lwt" {>= "5.7.0"}
"qcheck-core" {>= "0.21.2"}
"qcheck-stm" {>= "0.3"}
"alcotest" {>= "1.7.0" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion picos_stdio_cohttp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml-multicore/picos"
bug-reports: "https://github.com/ocaml-multicore/picos/issues"
depends: [
"dune" {>= "3.14"}
"picos" {= version}
"picos_stdio" {= version}
"cohttp" {>= "6.0.0~beta2"}
"fmt" {>= "0.9.0"}
"uri" {>= "4.4.0"}
Expand Down

0 comments on commit 35ddb52

Please sign in to comment.