From 07f4b98bccb4865d2f702029adfaf21c6aebc6da Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 12 Nov 2020 07:44:44 -0800 Subject: [PATCH] sqlx-rt: prepare v0.2.0 --- sqlx-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-rt/Cargo.toml b/sqlx-rt/Cargo.toml index 81c1dc84..9754ef95 100644 --- a/sqlx-rt/Cargo.toml +++ b/sqlx-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-rt" -version = "0.1.2" +version = "0.2.0" repository = "https://github.com/launchbadge/sqlx" license = "MIT OR Apache-2.0" description = "Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly."