relax bound on picos to 0.5-0.6

This commit is contained in:
Simon Cruanes 2024-12-04 11:04:44 -05:00
parent 6ab9a691bf
commit e481c48fe5
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 8 additions and 9 deletions

View file

@ -20,7 +20,7 @@ jobs:
allow-prerelease-opam: true
# temporary until it's in a release
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
- run: opam pin picos 0.6 -y -n
- run: opam install odig moonpool moonpool-lwt moonpool-io

View file

@ -29,8 +29,7 @@ jobs:
dune-cache: true
allow-prerelease-opam: true
# temporary until it's in a release
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
- run: opam pin picos 0.6 -y -n
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
if: matrix.ocaml-compiler == '5.2'

View file

@ -25,8 +25,8 @@
(thread-local-storage (and (>= 0.2) (< 0.3)))
(odoc :with-doc)
(hmap :with-test)
(picos (and (>= 0.5) (< 0.6)))
(picos_std (and (>= 0.5) (< 0.6)))
(picos (and (>= 0.5) (< 0.7)))
(picos_std (and (>= 0.5) (< 0.7)))
(mdx
(and
(>= 1.9.0)
@ -56,7 +56,7 @@
(allow_empty) ; on < 5.0
(depends
(moonpool (= :version))
(picos_io (and (>= 0.5) (< 0.6)))
(picos_io (and (>= 0.5) (< 0.7)))
(ocaml (>= 5.0))
(trace :with-test)
(trace-tef :with-test)

View file

@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/moonpool/issues"
depends: [
"dune" {>= "3.0"}
"moonpool" {= version}
"picos_io" {>= "0.5" & < "0.6"}
"picos_io" {>= "0.5" & < "0.7"}
"ocaml" {>= "5.0"}
"trace" {with-test}
"trace-tef" {with-test}

View file

@ -18,8 +18,8 @@ depends: [
"thread-local-storage" {>= "0.2" & < "0.3"}
"odoc" {with-doc}
"hmap" {with-test}
"picos" {>= "0.5" & < "0.6"}
"picos_std" {>= "0.5" & < "0.6"}
"picos" {>= "0.5" & < "0.7"}
"picos_std" {>= "0.5" & < "0.7"}
"mdx" {>= "1.9.0" & with-test}
]
depopts: [