Fix minimum constraint of json_decoder
It fails with the message that it requires dune 1.1.
Marek Kubica 3 years ago ba9fe6e9 80503387
··· 8 8 dev-repo: "git+https://github.com/dagoof/ocaml-json-decoder.git" 9 9 depends: [ 10 10 "ocaml" {>= "4.02.3"} 11 11 - "dune" 11 11 + "dune" {>= "1.1"} 12 12 "alcotest" {with-test} 13 13 "result" 14 14 "yojson" {< "2.0.0"}