From 4dfa50d85c80e7ed1ed369af36ac514b0568b12a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sun, 29 Mar 2020 16:33:29 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b98a1e65..a69bc08a 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ SQLx is compatible with the [`async-std`] and [`tokio`] runtimes. ```toml # Cargo.toml [dependencies] -sqlx = "0.2" +sqlx = "0.3" ``` **tokio** @@ -118,7 +118,7 @@ sqlx = "0.2" ```toml # Cargo.toml [dependencies] -sqlx = { version = "0.2", default-features = false, features = [ "runtime-tokio", "macros" ] } +sqlx = { version = "0.3", default-features = false, features = [ "runtime-tokio", "macros" ] } ``` #### Cargo Feature Flags