Skip to content

Commit

Permalink
Update cmdliner constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jan 2, 2024
1 parent 0eb6727 commit 72b3e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(ocaml (>= "4.14.0"))
(z3 (and (>= "4.12.2") (< "4.13")))
menhir
cmdliner
(cmdliner (>= "1.2.0"))
(zarith (>= "1.5"))
(ppx_inline_test :with-test)
(odoc :with-doc)))
2 changes: 1 addition & 1 deletion encoding.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"z3" {>= "4.12.2" & < "4.13"}
"menhir"
"cmdliner"
"cmdliner" {>= "1.2.0"}
"zarith" {>= "1.5"}
"ppx_inline_test" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 72b3e33

Please sign in to comment.