mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: add upper bound on pbrt
This commit is contained in:
parent
211c328498
commit
e53cffbf12
4 changed files with 6 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
|||
(odoc :with-doc)
|
||||
(alcotest :with-test)
|
||||
(pbrt
|
||||
(>= 2.3))
|
||||
(and (>= 2.3) (< 3.0)))
|
||||
(ocaml-lsp-server :with-dev-setup)
|
||||
(ocamlformat
|
||||
(and
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
(opentelemetry
|
||||
(= :version))
|
||||
(pbrt
|
||||
(>= 2.3))
|
||||
(and (>= 2.3) (< 3.0)))
|
||||
(odoc :with-doc)
|
||||
(ezcurl
|
||||
(>= 0.2.3))
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
(opentelemetry
|
||||
(= :version))
|
||||
(pbrt
|
||||
(>= 2.2))
|
||||
(and (>= 2.2) (< 3.0)))
|
||||
(odoc :with-doc)
|
||||
(lwt
|
||||
(>= "5.3"))
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"pbrt" {>= "2.2"}
|
||||
"pbrt" {>= "2.2" & < "3.0"}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx" {>= "2.0"}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"pbrt" {>= "2.3"}
|
||||
"pbrt" {>= "2.3" & < "3.0"}
|
||||
"odoc" {with-doc}
|
||||
"ezcurl" {>= "0.2.3"}
|
||||
"ocurl"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ depends: [
|
|||
"ambient-context"
|
||||
"odoc" {with-doc}
|
||||
"alcotest" {with-test}
|
||||
"pbrt" {>= "2.3"}
|
||||
"pbrt" {>= "2.3" & < "3.0"}
|
||||
"ocaml-lsp-server" {with-dev-setup}
|
||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue