From b066af6b17f27cf792150fa4e68c1e4a2fb16dcb Mon Sep 17 00:00:00 2001 From: Marcus Pettersen Irgens Date: Tue, 25 Jul 2023 01:07:37 +0200 Subject: [PATCH] 0.7 is stable (#2628) Looks like the note one one of the examples was left out when updating the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af0e8c28d0..9d5a317083 100644 --- a/README.md +++ b/README.md @@ -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;