dbuenzli / logs

Logging infrastructure for OCaml
http://erratique.ch/software/logs
ISC License
87 stars 19 forks source link

opam: fix cmdliner constraint #42

Closed mseri closed 2 years ago

mseri commented 2 years ago

The bound needs to go in the conflicts, otherwise it has no effect (also the value was wrong). I believe the correct bound there is >= 1.0.0, so a conflict with < 1.0.0 should do.

Corresponding PR on opam-repo, where we can check the lower-bounds CI is: https://github.com/ocaml/opam-repository/pull/20247