Skip to content

Commit 3182064

Browse files
committed
update opam constraints for pbrt
1 parent 4b91971 commit 3182064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
(alcotest :with-test)
3838
(pbrt
3939
(and
40-
(>= 3.0)
41-
(< 4.0)))
40+
(>= 4.0)
41+
(< 5.0)))
4242
(ocaml-lsp-server :with-dev-setup)
4343
(ocamlformat
4444
(and

opentelemetry.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"thread-local-storage" {>= "0.2" & < "0.3"}
2222
"odoc" {with-doc}
2323
"alcotest" {with-test}
24-
"pbrt" {>= "3.0" & < "4.0"}
24+
"pbrt" {>= "4.0" & < "5.0"}
2525
"ocaml-lsp-server" {with-dev-setup}
2626
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
2727
"mtime" {>= "1.4"}

0 commit comments

Comments
 (0)