mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
chore: update msat
This commit is contained in:
parent
3979380896
commit
b9b1b685d1
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ depends: [
|
|||
"sidekick" { = version }
|
||||
"menhir"
|
||||
"mtime"
|
||||
"msat" { >= "0.8" < "0.9" }
|
||||
"ocaml" { >= "4.03" }
|
||||
]
|
||||
tags: [ "sat" "smt" ]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"dune" { >= "1.1" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"iter" { >= "1.0" & < "2.0" }
|
||||
"msat" { >= "0.8.3" < "0.9" }
|
||||
"msat" { >= "0.9" < "0.10" }
|
||||
"ocaml" { >= "4.03" }
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue