Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 7, 2024
1 parent 3baffa8 commit df63b16
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,18 @@ alongside the library

This situation will become more stable as `std` and `deno-postgres` approach 1.0

| Deno version | Min driver version | Max driver version |
| ------------- | ------------------ | ------------------ |
| 1.8.x | 0.5.0 | 0.10.0 |
| 1.9.0 | 0.11.0 | 0.11.1 |
| 1.9.1 and up | 0.11.2 | 0.11.3 |
| 1.11.0 and up | 0.12.0 | 0.12.0 |
| 1.14.0 and up | 0.13.0 | 0.13.0 |
| 1.15.0 | 0.13.0 | |
| 1.16.0 | 0.14.0 | 0.14.3 |
| 1.17.0 | 0.15.0 | |
| 1.40.0 | 0.17.2 | |
This module is available on JSR starting from 0.17.2.
| Deno version | Min driver version | Max driver version |
| ----------------------------------------------------- | ------------------ | ------------------ |
| 1.8.x | 0.5.0 | 0.10.0 |
| 1.9.0 | 0.11.0 | 0.11.1 |
| 1.9.1 and up | 0.11.2 | 0.11.3 |
| 1.11.0 and up | 0.12.0 | 0.12.0 |
| 1.14.0 and up | 0.13.0 | 0.13.0 |
| 1.15.0 | 0.13.0 | |
| 1.16.0 | 0.14.0 | 0.14.3 |
| 1.17.0 | 0.15.0 | |
| 1.40.0 | 0.17.2 | |
| This module is available on JSR starting from 0.17.2. | | |

## Contributing guidelines

Expand Down

1 comment on commit df63b16

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.