Skip to content

Commit

Permalink
Backport fix from opam repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 27, 2025
1 parent 813c11d commit d548921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
(depends
(ocaml (>= 4.07.0))
dune
re)
(re (>= 1.7.2)))
)
2 changes: 1 addition & 1 deletion duppy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "2.7"}
"re"
"re" {>= "1.7.2"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit d548921

Please sign in to comment.