Skip to content

Commit 036bfa4

Browse files
committed
Fix old testo subpackages
1 parent e548fd4 commit 036bfa4

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

packages/testo-lwt/testo-lwt.0.1.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.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ depends: [
1010
"dune" {>= "3.7"}
1111
"ocaml" {>= "4.08.0"}
1212
"fpath"
13-
"testo-diff"
13+
"testo-diff" {< "0.2.0"}
1414
"odoc" {with-doc}
1515
"re" {>= "1.10.0"}
1616
]

packages/testo/testo.0.1.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)