diff options
| -rw-r--r-- | vyconf.opam | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vyconf.opam b/vyconf.opam index 1b1958d..e7c089a 100644 --- a/vyconf.opam +++ b/vyconf.opam @@ -16,11 +16,7 @@ build: [ depends: [ "menhir" {build} "dune" {build & >= "1.4.0"} - # The committed src/*_pbt.ml were generated by ocaml-protoc 2.x. Version 3.0 - # emits private record types with presence tracking, which the hand-written - # call sites cannot construct. Pin to 2.x until the generated code + call - # sites are migrated to the 3.x API. - "ocaml-protoc" {build & < "3.0"} + "ocaml-protoc" {build & = "3.1.1"} "ounit2" {build} "vyos1x-config" {build} "lwt" {build & >= "4.1.0"} |
