this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19388 from raphael-proust/data-emcoding-losser-constraints

data-encoding: loosen cersion constraints on json-data-encoding

authored by

Kate and committed by
GitHub
e3a829d1 540f0f25

+2 -2
+2 -2
packages/data-encoding/data-encoding.0.4/opam
··· 11 11 "ezjsonm" 12 12 "zarith" {>= "1.4"} 13 13 "hex" {>= "1.3.0"} 14 - "json-data-encoding" { = "0.9.1" } 15 - "json-data-encoding-bson" { = "0.9.1" } 14 + "json-data-encoding" { >= "0.9.1" } 15 + "json-data-encoding-bson" { >= "0.9.1" } 16 16 "alcotest" { with-test } 17 17 "crowbar" { >= "0.2" & with-test } 18 18 "ocamlformat" { = "0.15.0" & dev }