this repo has no description

Fix dual dune requirement

Changed files
+1 -1
packages
patricia-tree
patricia-tree.0.9.0
+1 -1
packages/patricia-tree/patricia-tree.0.9.0/opam
···
depends: [
"ocaml" {>= "4.14"}
"zarith" {>= "1.13"}
-
"dune" {>= "2.7" & >= "2.0"}
+
"dune" {>= "2.7"}
"qcheck-core" {>= "0.21.2" & with-test}
"ppx_inline_test" {>= "v0.16.0" & with-test}
"odoc" {with-doc}