Skip to content

Commit b066af6

Browse files
authored
0.7 is stable (#2628)
Looks like the note one one of the examples was left out when updating the README.
1 parent 94379d8 commit b066af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ See the `examples/` folder for more in-depth usage.
230230

231231
### Quickstart
232232

233-
NOTE: these examples are for the coming 0.7.0 release, which is currently in an alpha cycle.
234-
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).
233+
NOTE: these examples are for the 0.7 release.
234+
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).
235235

236236
```rust
237237
use sqlx::postgres::PgPoolOptions;

0 commit comments

Comments
 (0)