We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c234fcf commit 5cd9386Copy full SHA for 5cd9386
2 files changed
atd-yamlx.opam
@@ -93,7 +93,7 @@ depends: [
93
"dune" {>= "3.18"}
94
"ocaml" {>= "4.14"}
95
"atd-jsonlike" {= version}
96
- "yamlx" {>= "0.1.0"}
+ "yamlx" {>= "0.2.0"}
97
"testo" {>= "0.3.0" & with-test}
98
"odoc" {with-doc}
99
]
dune-project
@@ -294,6 +294,6 @@ file/line/column error messages.")
294
(depends
295
(ocaml (>= 4.14))
296
(atd-jsonlike (= :version))
297
- (yamlx (>= 0.1.0))
+ (yamlx (>= 0.2.0))
298
(testo (and (>= 0.3.0) :with-test))
299
(odoc :with-doc)))
0 commit comments