mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
update opam constraints for pbrt
This commit is contained in:
parent
4b91971b51
commit
3182064dd2
2 changed files with 3 additions and 3 deletions
|
|
@ -37,8 +37,8 @@
|
|||
(alcotest :with-test)
|
||||
(pbrt
|
||||
(and
|
||||
(>= 3.0)
|
||||
(< 4.0)))
|
||||
(>= 4.0)
|
||||
(< 5.0)))
|
||||
(ocaml-lsp-server :with-dev-setup)
|
||||
(ocamlformat
|
||||
(and
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ depends: [
|
|||
"thread-local-storage" {>= "0.2" & < "0.3"}
|
||||
"odoc" {with-doc}
|
||||
"alcotest" {with-test}
|
||||
"pbrt" {>= "3.0" & < "4.0"}
|
||||
"pbrt" {>= "4.0" & < "5.0"}
|
||||
"ocaml-lsp-server" {with-dev-setup}
|
||||
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
|
||||
"mtime" {>= "1.4"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue