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} "dune" {build}
"containers" "containers"
"iter" "iter"
"msat" { >= "0.8" < "0.9" } "msat" { >= "0.8.2" < "0.9" }
"ocaml" { >= "4.03" } "ocaml" { >= "4.03" }
"alcotest" {with-test} "alcotest" {with-test}
] ]
tags: [ "sat" "smt" ] tags: [ "sat" "smt" ]