Skip to content

Commit e548fd4

Browse files
committed
Add missing version constraint on dependencies between testo subpackages
1 parent b7c16a8 commit e548fd4

File tree

3 files changed

+3
-3
lines changed
  • packages
    • testo-lwt/testo-lwt.0.2.0
    • testo-util/testo-util.0.2.0
    • testo/testo.0.2.0

3 files changed

+3
-3
lines changed

packages/testo-lwt/testo-lwt.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"cmdliner" {>= "1.1.0"}
1717
"fpath"
1818
"re" {>= "1.10.0"}
19-
"testo-util"
19+
"testo-util" {>= "0.2.0"}
2020
"odoc" {with-doc}
2121
]
2222
build: [

packages/testo-util/testo-util.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"fpath"
1313
"re" {>= "1.10.0"}
1414
"ppx_deriving"
15-
"testo-diff"
15+
"testo-diff" {>= "0.2.0"}
1616
"odoc" {with-doc}
1717
]
1818
build: [

packages/testo/testo.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"cmdliner" {>= "1.1.0"}
1616
"fpath"
1717
"re" {>= "1.10.0"}
18-
"testo-util"
18+
"testo-util" {>= "0.2.0"}
1919
"odoc" {with-doc}
2020
]
2121
build: [

0 commit comments

Comments
 (0)