Skip to content

Commit 042567f

Browse files
committed
chore(opam): lower bound for ezxmlm
1 parent cb6707e commit 042567f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decoders-ezxmlm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"dune" {>= "3.1"}
1414
"ocaml" {>= "4.03.0"}
1515
"decoders" {= version}
16-
"ezxmlm"
16+
"ezxmlm" {>= "1.1.0"}
1717
"containers" {with-test & >= "0.16"}
1818
"odoc" {with-doc}
1919
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
(depends
111111
(ocaml (>= 4.03.0))
112112
(decoders (= :version))
113-
ezxmlm
113+
(ezxmlm (>= 1.1.0))
114114
(containers (and :with-test (>= 0.16)))
115115
(odoc :with-doc)))
116116

0 commit comments

Comments
 (0)