this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26086 from ocaml/mseri-patch-5

pgx_async 2.2 is not compatible with async v0.17

authored by

Marcello Seri and committed by
GitHub
d1fbfc68 5169db52

+1 -1
+1 -1
packages/pgx_async/pgx_async.2.2/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.2"} 12 12 "alcotest-async" {with-test & >= "1.0.0"} 13 - "async_kernel" {>= "v0.13.0"} 13 + "async_kernel" {>= "v0.13.0" & < "v0.17"} 14 14 "async_unix" {>= "v0.13.0"} 15 15 "async_ssl" 16 16 "base64" {with-test & >= "3.0.0"}