diff options
author | John Estabrook <jestabro@vyos.io> | 2025-02-11 07:12:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 07:12:13 -0600 |
commit | 41cbac4d6467c8bd62eeb247d2e28efa359e4a1c (patch) | |
tree | 035f46c458e3100284e19f737d6cbdce19b40fca /vyconf.opam | |
parent | a375860a302a224722d254c31a1cb210cb12d972 (diff) | |
parent | f5152b3de2a52b7a8d05c3cdc18d5f690c76bfba (diff) | |
download | vyconf-41cbac4d6467c8bd62eeb247d2e28efa359e4a1c.tar.gz vyconf-41cbac4d6467c8bd62eeb247d2e28efa359e4a1c.zip |
T6946: add calculation of commit priority queues
Diffstat (limited to 'vyconf.opam')
-rw-r--r-- | vyconf.opam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vyconf.opam b/vyconf.opam index b947e39..2ae8127 100644 --- a/vyconf.opam +++ b/vyconf.opam @@ -17,7 +17,7 @@ depends: [ "menhir" {build} "dune" {build & >= "1.4.0"} "ocaml-protoc" {build} - "ounit" {build} + "ounit2" {build} "lwt" {build & >= "4.1.0"} "lwt_ppx" {build} "lwt_log" {build} @@ -29,4 +29,5 @@ depends: [ "toml" {build} "sha" {build} "pcre" {build} + "toml" {build} ] |