Skip to content

Commit 632214e

Browse files
committed
Fix dual dune requirement
1 parent 04bd5db commit 632214e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
(>= 4.14))
5555
(zarith
5656
(>= "1.13"))
57-
(dune
58-
(>= "2.0"))
57+
dune
5958
(qcheck-core
6059
(and
6160
(>= "0.21.2")

patricia-tree.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bug-reports:
1616
depends: [
1717
"ocaml" {>= "4.14"}
1818
"zarith" {>= "1.13"}
19-
"dune" {>= "2.7" & >= "2.0"}
19+
"dune" {>= "2.7"}
2020
"qcheck-core" {>= "0.21.2" & with-test}
2121
"ppx_inline_test" {>= "v0.16.0" & with-test}
2222
"odoc" {with-doc}

0 commit comments

Comments
 (0)