Skip to content

Commit

Permalink
Update README.md (#2717)
Browse files Browse the repository at this point in the history
0.7 was released now, we can remove notes about it's pending release
  • Loading branch information
fermanjj committed Sep 12, 2023
1 parent d0fbe7f commit 19e59ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -117,9 +117,6 @@ 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 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
[`actix`]: https://github.com/actix/actix-net
Expand Down Expand Up @@ -230,9 +227,6 @@ See the `examples/` folder for more in-depth usage.

### Quickstart

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;
// use sqlx::mysql::MySqlPoolOptions;
Expand Down

0 comments on commit 19e59ff

Please sign in to comment.