We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b91971 commit 3182064Copy full SHA for 3182064
dune-project
@@ -37,8 +37,8 @@
37
(alcotest :with-test)
38
(pbrt
39
(and
40
- (>= 3.0)
41
- (< 4.0)))
+ (>= 4.0)
+ (< 5.0)))
42
(ocaml-lsp-server :with-dev-setup)
43
(ocamlformat
44
opentelemetry.opam
@@ -21,7 +21,7 @@ depends: [
21
"thread-local-storage" {>= "0.2" & < "0.3"}
22
"odoc" {with-doc}
23
"alcotest" {with-test}
24
- "pbrt" {>= "3.0" & < "4.0"}
+ "pbrt" {>= "4.0" & < "5.0"}
25
"ocaml-lsp-server" {with-dev-setup}
26
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
27
"mtime" {>= "1.4"}
0 commit comments