add lower bound on cmdliner
Some checks failed
build / build (push) Failing after 2m34s

This commit is contained in:
zapashcanon 2025-02-04 15:50:16 +01:00
parent 8d8270f2e8
commit ecc8140d24
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## unreleased
- add lower bound on cmdliner
## 0.5 - 2025-02-04
- update prelude version used

View File

@ -33,7 +33,8 @@
(depends
(bos
(>= 0.2.1))
cmdliner
(cmdliner
(>= 1.3.0))
fmt
fpath
(menhir

View File

@ -14,7 +14,7 @@ bug-reports: "https://git.zapashcanon.fr/zapashcanon/scfg/issues"
depends: [
"dune" {>= "2.9"}
"bos" {>= "0.2.1"}
"cmdliner"
"cmdliner" {>= "1.3.0"}
"fmt"
"fpath"
"menhir" {>= "20211230"}