mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
chore: tighten bound on msat
This commit is contained in:
parent
b724882516
commit
2431c4caa0
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue