File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://brendanlong.github.io/sentry-ocaml"
1010bug-reports: "https://github.com/brendanlong/sentry-ocaml/issues"
1111depends: [
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]
2828build: [
2929 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://brendanlong.github.io/sentry-ocaml"
1010bug-reports: "https://github.com/brendanlong/sentry-ocaml/issues"
1111depends: [
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]
2828build: [
2929 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments