Skip to content

Commit 2859ad9

Browse files
authored
Merge pull request ocaml#24782 from mseri/pandoc
pandoc 0.1.0 requires yojson 2.0.0
2 parents 8e72c24 + 6ddc58d commit 2859ad9

File tree

1 file changed

+1
-1
lines changed
  • packages/pandoc/pandoc.0.1.0

1 file changed

+1
-1
lines changed

packages/pandoc/pandoc.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010
depends: [
1111
"dune" {>= "2.0"}
12-
"yojson" {>= "1.4.0"}
12+
"yojson" {>= "2.0.0"}
1313
]
1414
build: [
1515
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)