this repo has no description

Fix lower bound on dune.

Changed files
+1 -1
packages
mm
mm.0.8.4
+1 -1
packages/mm/mm.0.8.4/opam
···
depends: [
"ocaml" {>= "4.08"}
"ocaml" {with-test & >= "4.12"}
-
"dune" {>= "3.6"}
+
"dune" {>= "3.6.2"}
"dune-configurator"
"odoc" {with-doc}
]