mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -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}
|
||||
"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" ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue