fix cmdliner lower bound

This commit is contained in:
zapashcanon 2023-01-25 17:59:20 +01:00
parent 3ffd331b74
commit ccf757d99d
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@
(depends
(ocaml
(>= 4.13))
cmdliner
(cmdliner
(>= 1.1.0))
directories
scfg))

View File

@ -12,7 +12,7 @@ bug-reports: "https://git.zapashcanon.fr/zapashcanon/sun/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.13"}
"cmdliner"
"cmdliner" {>= "1.1.0"}
"directories"
"scfg"
"odoc" {with-doc}