Skip to content

Commit

Permalink
Add pg 16 support (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hendel <[email protected]>
  • Loading branch information
owenthereal and ChuckHend authored Dec 15, 2023
1 parent 4c1b3aa commit 87ad305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ default = ["pg15"]
pg13 = ["pgrx/pg13", "pgrx-tests/pg13"]
pg14 = ["pgrx/pg14", "pgrx-tests/pg14"]
pg15 = ["pgrx/pg15", "pgrx-tests/pg15"]
pg16 = ["pgrx/pg16", "pgrx-tests/pg16"]
pg_test = []

[dependencies]
Expand Down

0 comments on commit 87ad305

Please sign in to comment.