chore: prepare sqlx-rt v0.1.1

This commit is contained in:
Ryan Leckey 2020-07-27 01:24:09 -07:00
parent 1d6a0a9547
commit 41694f7e7c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2580,7 +2580,7 @@ dependencies = [
[[package]]
name = "sqlx-rt"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"actix-rt",
"actix-threadpool",

View file

@ -1,6 +1,6 @@
[package]
name = "sqlx-rt"
version = "0.1.0"
version = "0.1.1"
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."