Skip to content

Commit

Permalink
0.7 is stable (#2628)
Browse files Browse the repository at this point in the history
Looks like the note one one of the examples was left out when updating the README.
  • Loading branch information
marcusirgens committed Jul 24, 2023
1 parent 94379d8 commit b066af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -230,8 +230,8 @@ See the `examples/` folder for more in-depth usage.

### Quickstart

NOTE: these examples are for the coming 0.7.0 release, which is currently in an alpha cycle.
For the last stable release, 0.6.2, see [the previous version of this document](https://github.com/launchbadge/sqlx/blob/v0.6.2/README.md).
NOTE: these examples are for the 0.7 release.
For the previous stable release, 0.6.3, see [the previous version of this document](https://github.com/launchbadge/sqlx/blob/v0.6.3/README.md).

```rust
use sqlx::postgres::PgPoolOptions;
Expand Down

0 comments on commit b066af6

Please sign in to comment.