Skip to content

Commit 1331f09

Browse files
authored
Merge pull request #24121 from kit-ty-kate/fix-228
wamp.0.1 is not compatible with yojson >= 2.0
2 parents 5312936 + 5f6c1e5 commit 1331f09

File tree

1 file changed

+1
-0
lines changed
  • packages/wamp/wamp.0.1

1 file changed

+1
-0
lines changed

packages/wamp/wamp.0.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ depends: [
2525
"uri" {< "2.0.0"}
2626
"ppx_deriving"
2727
"ppx_deriving_yojson" {>= "3.0"}
28+
"yojson" {< "2.0"}
2829
]
2930
synopsis: "The Web Application Messaging Protocol"
3031
url {

0 commit comments

Comments
 (0)