File tree Expand file tree Collapse file tree 25 files changed +27
-27
lines changed
caqti-eio/caqti-eio.2.0.1
mehari-eio-unix/mehari-eio-unix.0.1
mirage-crypto-rng-eio.0.10.7
mirage-crypto-rng-eio.0.11.0
mirage-crypto-rng-eio.0.11.1 Expand file tree Collapse file tree 25 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ depends: [
2424 "angstrom" { >= "0.15.0" }
2525 "core" { >= "v0.16.0" & < "v0.18.0" }
2626 "decompress" { >= "1.4.1" }
27- "eio_main" { >= "0.11" & < "1.0.0" }
27+ "eio_main" {>= "0.11" & < "0.12" }
2828
2929 "alcotest" { with-test }
3030 "yojson" { with-test }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
1212 "caqti-driver-sqlite3" {with-test & >= "2.0.0" & < "3.0.0~"}
1313 "cmdliner" {with-test & >= "1.1.0"}
1414 "dune" {>= "2.5"}
15- "eio" {>= "0.11"}
15+ "eio" {>= "0.11" & < "0.12" }
1616 "eio_main" {with-test}
1717 "logs"
1818 "ocaml" {>= "5.0.0~"}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://github.com/geocaml/carbon-intensity"
88bug-reports: "https://github.com/geocaml/carbon-intensity/issues"
99depends: [
1010 "dune" {>= "3.0"}
11- "eio"
11+ "eio" {< "0.12"}
1212 "cohttp-eio" {>= "6.0.0~alpha1"}
1313 "ezjsonm" {>= "1.2.0"}
1414 "ptime"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
2020depends: [
2121 "dune" {>= "3.0"}
2222 "base-domains"
23- "eio" {>= "0.7"}
23+ "eio" {>= "0.7" & < "0.12" }
2424 "eio_main" {with-test}
2525 "mdx" {with-test}
2626 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
2020depends: [
2121 "dune" {>= "3.0"}
2222 "base-domains"
23- "eio" {>= "0.10"}
23+ "eio" {>= "0.10" & < "0.12" }
2424 "eio_main" {with-test}
2525 "mdx" {with-test}
2626 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends: [
99 "dune" {>= "2.7"}
1010 "ocaml" {>= "5.0"}
1111 "ssl" {>= "0.5.13"}
12- "eio_main" {>= "0.10"}
12+ "eio_main" {>= "0.10" & < "0.12" }
1313 "odoc" {with-doc}
1414]
1515build: [
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "cmdliner" {>= "1.2.0"}
1616 "dune-build-info"
1717 "domainslib" {>= "0.5.0"}
18- "eio_main" {>= "0.11"}
18+ "eio_main" {>= "0.11" & < "0.12" }
1919 "ptime"
2020 "yuujinchou" {>= "5.0.1"}
2121 "algaeff"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "mdx" {with-test}
1515 "ezjsonm" {with-test}
1616 "eio_main" {>= "0.10" & with-test}
17- "eio" {>= "0.10"}
17+ "eio" {>= "0.10" & < "0.12" }
1818 "hex"
1919 "sexplib0"
2020 "odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends: [
99 "dune" {>= "2.0"}
1010 "ocaml" {>= "4.08.0"}
1111 "gluten" {= version}
12- "eio" {>= "0.7"}
12+ "eio" {>= "0.7" & < "0.12" }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends: [
99 "dune" {>= "2.0"}
1010 "ocaml" {>= "4.08.0"}
1111 "gluten" {= version}
12- "eio" {>= "0.7"}
12+ "eio" {>= "0.7" & < "0.12" }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments