Fix minimum dune constraint on `graphql.0.9.0`
Marek Kubica 3 years ago bc971b82 9c9e91bd
··· 13 13 14 14 depends: [ 15 15 "ocaml" {>= "4.03.0"} 16 16 - "dune" 16 16 + "dune" {>= "1.1"} 17 17 "graphql_parser" {>= "0.9.0"} 18 18 "yojson" {< "2.0.0"} 19 19 "rresult"