Skip to content

Commit 4bae7ec

Browse files
authored
Merge pull request #28375 from jmid/opam-compiler-re-bounds
Add missing `re` lower bound in `opam-compiler` 0.1.0 and 0.1.1
2 parents e933f68 + a9b8ac1 commit 4bae7ec

File tree

2 files changed

+2
-2
lines changed
  • packages/opam-compiler
    • opam-compiler.0.1.0
    • opam-compiler.0.1.1

2 files changed

+2
-2
lines changed

packages/opam-compiler/opam-compiler.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"cmdliner" {< "1.1.0"}
1515
"github-unix"
1616
"lwt_ssl"
17-
"re"
17+
"re" {>= "1.5.0"}
1818
"lwt" {< "5.7.0"}
1919
"alcotest" {>= "1.2.0" & with-test}
2020
]

packages/opam-compiler/opam-compiler.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"cmdliner" {< "1.1.0"}
1515
"github-unix"
1616
"lwt_ssl"
17-
"re"
17+
"re" {>= "1.5.0"}
1818
"lwt" {< "5.7.0"}
1919
"alcotest" {>= "1.2.0" & with-test}
2020
]

0 commit comments

Comments
 (0)