mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
fix: upper bound on ppxlib
This commit is contained in:
parent
46c9a7d66d
commit
528cc4b7a6
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
(ocaml
|
||||
(>= 4.12)) ; we use __FUNCTION__
|
||||
(ppxlib
|
||||
(>= 0.28))
|
||||
(and (>= 0.28) (< 0.36)))
|
||||
(trace
|
||||
(= :version))
|
||||
(trace-tef
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/ocaml-trace"
|
|||
bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.12"}
|
||||
"ppxlib" {>= "0.28"}
|
||||
"ppxlib" {>= "0.28" & < "0.36"}
|
||||
"trace" {= version}
|
||||
"trace-tef" {= version & with-test}
|
||||
"dune" {>= "2.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue