chore: update msat

This commit is contained in:
Simon Cruanes 2020-12-23 16:00:16 -05:00
parent 3979380896
commit b9b1b685d1
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ depends: [
"sidekick" { = version } "sidekick" { = version }
"menhir" "menhir"
"mtime" "mtime"
"msat" { >= "0.8" < "0.9" }
"ocaml" { >= "4.03" } "ocaml" { >= "4.03" }
] ]
tags: [ "sat" "smt" ] tags: [ "sat" "smt" ]

View file

@ -14,7 +14,7 @@ depends: [
"dune" { >= "1.1" } "dune" { >= "1.1" }
"containers" { >= "3.0" & < "4.0" } "containers" { >= "3.0" & < "4.0" }
"iter" { >= "1.0" & < "2.0" } "iter" { >= "1.0" & < "2.0" }
"msat" { >= "0.8.3" < "0.9" } "msat" { >= "0.9" < "0.10" }
"ocaml" { >= "4.03" } "ocaml" { >= "4.03" }
"alcotest" {with-test} "alcotest" {with-test}
] ]