mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -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)
|
(odoc :with-doc)
|
||||||
(alcotest :with-test)
|
(alcotest :with-test)
|
||||||
(pbrt
|
(pbrt
|
||||||
(>= 2.3))
|
(and (>= 2.3) (< 3.0)))
|
||||||
(ocaml-lsp-server :with-dev-setup)
|
(ocaml-lsp-server :with-dev-setup)
|
||||||
(ocamlformat
|
(ocamlformat
|
||||||
(and
|
(and
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
(opentelemetry
|
(opentelemetry
|
||||||
(= :version))
|
(= :version))
|
||||||
(pbrt
|
(pbrt
|
||||||
(>= 2.3))
|
(and (>= 2.3) (< 3.0)))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(ezcurl
|
(ezcurl
|
||||||
(>= 0.2.3))
|
(>= 0.2.3))
|
||||||
|
|
@ -114,7 +114,7 @@
|
||||||
(opentelemetry
|
(opentelemetry
|
||||||
(= :version))
|
(= :version))
|
||||||
(pbrt
|
(pbrt
|
||||||
(>= 2.2))
|
(and (>= 2.2) (< 3.0)))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt
|
(lwt
|
||||||
(>= "5.3"))
|
(>= "5.3"))
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"pbrt" {>= "2.2"}
|
"pbrt" {>= "2.2" & < "3.0"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
"lwt_ppx" {>= "2.0"}
|
"lwt_ppx" {>= "2.0"}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"pbrt" {>= "2.3"}
|
"pbrt" {>= "2.3" & < "3.0"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"ezcurl" {>= "0.2.3"}
|
"ezcurl" {>= "0.2.3"}
|
||||||
"ocurl"
|
"ocurl"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ depends: [
|
||||||
"ambient-context"
|
"ambient-context"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"pbrt" {>= "2.3"}
|
"pbrt" {>= "2.3" & < "3.0"}
|
||||||
"ocaml-lsp-server" {with-dev-setup}
|
"ocaml-lsp-server" {with-dev-setup}
|
||||||
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue