Skip to content

Commit

Permalink
upper bound on opentelemetry-cohttp-lwt for cohttp 6
Browse files Browse the repository at this point in the history
revdeps for ocaml#26925
  • Loading branch information
avsm committed Nov 22, 2024
1 parent 9e5cf6f commit 20f599c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
"alcotest" {with-test}
]
build: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"opentelemetry" {= version}
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
]
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"opentelemetry" {= version}
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
]
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
]
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
]
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
"alcotest" {with-test}
"opentelemetry-client-cohttp-lwt" {with-test & = version}
"opentelemetry-client-ocurl" {with-test & = version}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
"alcotest" {with-test}
]
build: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
"alcotest" {with-test}
]
build: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"opentelemetry-lwt" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"cohttp-lwt" {>= "4.0.0"}
"cohttp-lwt" {>= "4.0.0" & < "6.0.0~~"}
"alcotest" {with-test}
]
build: [
Expand Down

0 comments on commit 20f599c

Please sign in to comment.