monitoring-experiments: require dune < 3 to enable building on FreeBSD
This commit is contained in:
parent
5e86253c00
commit
6502089e17
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ license: "AGPL"
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.08.0"}
|
"ocaml" {>= "4.08.0"}
|
||||||
"dune"
|
"dune" {< "3.0"}
|
||||||
"logs" {>= "0.6.3"}
|
"logs" {>= "0.6.3"}
|
||||||
"metrics" {>= "0.4.0"}
|
"metrics" {>= "0.4.0"}
|
||||||
"metrics-lwt" {>= "0.2.0"}
|
"metrics-lwt" {>= "0.2.0"}
|
||||||
|
|
Loading…
Reference in a new issue