From 9ea5ce01a2b04779203bd086e7eb1358ada70ec1 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Tue, 28 Jul 2020 07:01:19 -0700 Subject: [PATCH] ensure correct crates version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a637d4..340d2f8f 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ SQLx is compatible with the [`async-std`] and [`tokio`] runtimes. ```toml # Cargo.toml [dependencies] -sqlx = "0.4-beta.1" +sqlx = "0.4.0-beta.1" ``` **tokio** @@ -121,7 +121,7 @@ sqlx = "0.4-beta.1" ```toml # Cargo.toml [dependencies] -sqlx = { version = "0.4-beta.1", default-features = false, features = [ "runtime-tokio", "macros" ] } +sqlx = { version = "0.4.0-beta.1", default-features = false, features = [ "runtime-tokio", "macros" ] } ``` #### Cargo Feature Flags