Skip to content

Commit 6a23372

Browse files
authored
Merge pull request #21968 from kit-ty-kate/fix-6
github.4.0.0 is not compatible with yojson 2.0.0
2 parents 04b4766 + b783481 commit 6a23372

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)