Skip to content

Commit d8c0485

Browse files
authored
Simplify redundant dune constraint in packages/rizzo/rizzo.0.2.0/opam
1 parent c6a89df commit d8c0485

File tree

1 file changed

+1
-1
lines changed
  • packages/rizzo/rizzo.0.2.0

1 file changed

+1
-1
lines changed

packages/rizzo/rizzo.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ doc: "https://url/to/documentation"
2020
bug-reports: "https://github.com/itu-msc/Research-Project/issues"
2121
depends: [
2222
"ocaml" {>= "5.3"}
23-
"dune" {>= "3.20" & >= "3.20"}
23+
"dune" {>= "3.20"}
2424
"odoc" {with-doc}
2525
]
2626
build: [

0 commit comments

Comments
 (0)