bump min version for smtlib-utils

This commit is contained in:
Simon Cruanes 2026-04-24 01:03:00 -04:00
parent 94f178d400
commit c295d22921
2 changed files with 3 additions and 3 deletions

View file

@ -56,8 +56,8 @@
zarith
(smtlib-utils
(and
(>= "0.1")
(< "0.5")))
(>= "0.5")
(< "0.6")))
(sidekick
(= :version))
(qcheck

View file

@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/sidekick/issues/"
depends: [
"dune" {>= "2.0"}
"zarith"
"smtlib-utils" {>= "0.1" & < "0.5"}
"smtlib-utils" {>= "0.5" & < "0.6"}
"sidekick" {= version}
"qcheck" {with-test & >= "0.16"}
"mdx" {with-test}