Skip to content

Commit

Permalink
Merge pull request #26086 from ocaml/mseri-patch-5
Browse files Browse the repository at this point in the history
pgx_async 2.2 is not compatible with async v0.17
  • Loading branch information
mseri authored Jun 14, 2024
2 parents 5169db5 + 2ff2218 commit d1fbfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pgx_async/pgx_async.2.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/arenadotio/pgx/issues"
depends: [
"dune" {>= "3.2"}
"alcotest-async" {with-test & >= "1.0.0"}
"async_kernel" {>= "v0.13.0"}
"async_kernel" {>= "v0.13.0" & < "v0.17"}
"async_unix" {>= "v0.13.0"}
"async_ssl"
"base64" {with-test & >= "3.0.0"}
Expand Down

0 comments on commit d1fbfc6

Please sign in to comment.