sqlx-rt: prepare v0.2.0

This commit is contained in:
Ryan Leckey 2020-11-12 07:44:44 -08:00
parent e1166ae21b
commit 07f4b98bcc

View File

@ -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."