Merge pull request #21898 from hannesm/metrics-no-ocaml5
metrics 0.1.0 is not compatible with ocaml 5.0, fix #21869
Kate 3 years ago d12e3c12 be5b458e
··· 14 ] 15 16 depends: [ 17 - "ocaml" {>= "4.04.0"} 18 "dune" {>= "1.4"} 19 "fmt" {>= "0.8.5"} 20 "alcotest" {with-test}
··· 14 ] 15 16 depends: [ 17 + "ocaml" {>= "4.04.0" & < "5.0"} 18 "dune" {>= "1.4"} 19 "fmt" {>= "0.8.5"} 20 "alcotest" {with-test}