This commit is contained in:
Simon Cruanes 2023-04-20 10:39:45 -04:00
parent 7f5c6d4131
commit 659f69f989
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
(smtlib-utils
(and
(>= "0.1")
(< "0.4")))
(< "0.5")))
(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.4"}
"smtlib-utils" {>= "0.1" & < "0.5"}
"sidekick" {= version}
"qcheck" {with-test & >= "0.16"}
"mdx" {with-test}