From 016884454b88206ac71ef6fc408b4564bf84ac04 Mon Sep 17 00:00:00 2001 From: saolof Date: Fri, 7 Jul 2023 01:01:37 +0200 Subject: [PATCH] Update README.md now that 0.7.0 is no longer in alpha (#2580) * Update README.md 0.7.0 is now released on crates.io * Update README.md Co-authored-by: Austin Bonander --------- Co-authored-by: Austin Bonander --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c8072c7..29cd8d63 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ with C, those interactions are `unsafe`. SQLx is compatible with the [`async-std`], [`tokio`], and [`actix`] runtimes; and, the [`native-tls`] and [`rustls`] TLS backends. When adding the dependency, you must choose a runtime feature that is `runtime` + `tls`. -NOTE: these examples are for the coming 0.7 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). [`async-std`]: https://github.com/async-rs/async-std [`tokio`]: https://github.com/tokio-rs/tokio