chore: version bump on containers

This commit is contained in:
Simon Cruanes 2020-02-21 13:53:41 -06:00
parent 7cfdb3507c
commit da3cb275be

View file

@ -12,14 +12,14 @@ build: [
] ]
depends: [ depends: [
"dune" {build} "dune" {build}
"containers" "containers" { >= "2.8" }
"iter" "iter"
"zarith" "zarith"
"smtlib-utils" { >= "0.1" & < "0.2" } "smtlib-utils" { >= "0.1" & < "0.2" }
"sidekick" { = version } "sidekick" { = version }
"menhir" "menhir"
"msat" { >= "0.8" < "0.9" } "msat" { >= "0.8" < "0.9" }
"ocaml" { >= "4.03" } "ocaml" { >= "4.03" }
] ]
tags: [ "sat" "smt" ] tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick" homepage: "https://github.com/c-cube/sidekick"