Skip to content

Commit 86f8d81

Browse files
authored
Merge pull request ocaml#21973 from kit-ty-kate/fix-14
sentry is not compatible with yojson 2.0.0 (uses Yojson.Basic.json)
2 parents f20cce9 + 6f5fc58 commit 86f8d81

File tree

2 files changed

+4
-4
lines changed
  • packages/sentry

2 files changed

+4
-4
lines changed

packages/sentry/sentry.v0.10.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://brendanlong.github.io/sentry-ocaml"
1010
bug-reports: "https://github.com/brendanlong/sentry-ocaml/issues"
1111
depends: [
1212
"async_unix" {>= "v0.13.0" & < "v0.14"}
13-
"atdgen"
13+
"atdgen" {< "2.10.0"}
1414
"bisect_ppx" {dev & >= "2.0.0"}
1515
"cohttp" {>= "2.0.0"}
1616
"cohttp-async" {>= "2.0.0"}
@@ -23,7 +23,7 @@ depends: [
2323
"sexplib" {>= "v0.13.0" & < "v0.14"}
2424
"uuidm"
2525
"uri"
26-
"yojson"
26+
"yojson" {< "2.0.0"}
2727
]
2828
build: [
2929
["dune" "subst"] {dev}

packages/sentry/sentry.v0.11.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://brendanlong.github.io/sentry-ocaml"
1010
bug-reports: "https://github.com/brendanlong/sentry-ocaml/issues"
1111
depends: [
1212
"core" {>= "v0.13.0"}
13-
"atdgen"
13+
"atdgen" {< "2.10.0"}
1414
"bisect_ppx" {dev & >= "2.0.0"}
1515
"cohttp" {>= "2.0.0"}
1616
"cohttp-async" {>= "2.0.0"}
@@ -23,7 +23,7 @@ depends: [
2323
"sexplib" {>= "v0.13.0"}
2424
"uuidm"
2525
"uri"
26-
"yojson"
26+
"yojson" {< "2.0.0"}
2727
]
2828
build: [
2929
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)