Skip to content

Commit 5cd9386

Browse files
committed
Require yamlx >= 0.2.0
1 parent c234fcf commit 5cd9386

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

atd-yamlx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ depends: [
9393
"dune" {>= "3.18"}
9494
"ocaml" {>= "4.14"}
9595
"atd-jsonlike" {= version}
96-
"yamlx" {>= "0.1.0"}
96+
"yamlx" {>= "0.2.0"}
9797
"testo" {>= "0.3.0" & with-test}
9898
"odoc" {with-doc}
9999
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,6 @@ file/line/column error messages.")
294294
(depends
295295
(ocaml (>= 4.14))
296296
(atd-jsonlike (= :version))
297-
(yamlx (>= 0.1.0))
297+
(yamlx (>= 0.2.0))
298298
(testo (and (>= 0.3.0) :with-test))
299299
(odoc :with-doc)))

0 commit comments

Comments
 (0)