Skip to content

Commit a26be6a

Browse files
authored
Merge pull request ocaml#28445 from jmid/add-linol-yojson-bound
Upper bound yojson version in linol package
2 parents a8ca1f2 + 068eb4a commit a26be6a

File tree

1 file changed

+1
-1
lines changed
  • packages/linol/linol.0.10

1 file changed

+1
-1
lines changed

packages/linol/linol.0.10/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage: "https://github.com/c-cube/linol"
77
bug-reports: "https://github.com/c-cube/linol/issues"
88
depends: [
99
"dune" {>= "2.0"}
10-
"yojson" {>= "1.6"}
10+
"yojson" {>= "1.6" & < "3.0.0"}
1111
"logs"
1212
"trace" {>= "0.4"}
1313
"ocaml" {>= "4.14"}

0 commit comments

Comments
 (0)