mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04: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)
|
(alcotest :with-test)
|
||||||
(pbrt
|
(pbrt
|
||||||
(and
|
(and
|
||||||
(>= 3.0)
|
(>= 4.0)
|
||||||
(< 4.0)))
|
(< 5.0)))
|
||||||
(ocaml-lsp-server :with-dev-setup)
|
(ocaml-lsp-server :with-dev-setup)
|
||||||
(ocamlformat
|
(ocamlformat
|
||||||
(and
|
(and
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ depends: [
|
||||||
"thread-local-storage" {>= "0.2" & < "0.3"}
|
"thread-local-storage" {>= "0.2" & < "0.3"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"pbrt" {>= "3.0" & < "4.0"}
|
"pbrt" {>= "4.0" & < "5.0"}
|
||||||
"ocaml-lsp-server" {with-dev-setup}
|
"ocaml-lsp-server" {with-dev-setup}
|
||||||
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
|
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue