mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
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 <austin.bonander@gmail.com> --------- Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
This commit is contained in:
parent
310af5c2c8
commit
016884454b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user