Skip to content

Commit d1fbfc6

Browse files
authored
Merge pull request #26086 from ocaml/mseri-patch-5
pgx_async 2.2 is not compatible with async v0.17
2 parents 5169db5 + 2ff2218 commit d1fbfc6

File tree

1 file changed

+1
-1
lines changed
  • packages/pgx_async/pgx_async.2.2

1 file changed

+1
-1
lines changed

packages/pgx_async/pgx_async.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/arenadotio/pgx/issues"
1010
depends: [
1111
"dune" {>= "3.2"}
1212
"alcotest-async" {with-test & >= "1.0.0"}
13-
"async_kernel" {>= "v0.13.0"}
13+
"async_kernel" {>= "v0.13.0" & < "v0.17"}
1414
"async_unix" {>= "v0.13.0"}
1515
"async_ssl"
1616
"base64" {with-test & >= "3.0.0"}

0 commit comments

Comments
 (0)