chore: tighten bound on msat

This commit is contained in:
Simon Cruanes 2020-07-28 16:01:22 -04:00
parent b724882516
commit 2431c4caa0

View file

@ -14,8 +14,8 @@ depends: [
"dune" {build}
"containers"
"iter"
"msat" { >= "0.8" < "0.9" }
"ocaml" { >= "4.03" }
"msat" { >= "0.8.2" < "0.9" }
"ocaml" { >= "4.03" }
"alcotest" {with-test}
]
tags: [ "sat" "smt" ]