Skip to content

Commit b783481

Browse files
committed
github.4.0.0 is not compatible with yojson 2.0.0 (uses Yojson.Safe.json explicitly)
1 parent 221436f commit b783481

File tree

1 file changed

+2
-2
lines changed
  • packages/github/github.4.0.0

1 file changed

+2
-2
lines changed

packages/github/github.4.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ depends: [
2929
"cohttp" {>= "0.99.0"}
3030
"cohttp-lwt" {>= "0.99"}
3131
"lwt" {>= "2.4.4"}
32-
"atdgen" {>= "2.0.0"}
33-
"yojson" {>= "1.2.0"}
32+
"atdgen" {>= "2.0.0" & < "2.10.0"}
33+
"yojson" {>= "1.2.0" & < "2.0.0"}
3434
"stringext"
3535
]
3636
build: [

0 commit comments

Comments
 (0)