From 6d525b23ed7130d6f1b938fbe0f0b1f517b63e21 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 6 Jan 2020 11:10:24 -0800 Subject: [PATCH] (cargo-release) sqlx-core: v0.1.3 --- Cargo.lock | 6 +++--- sqlx-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d8bcd63..ae53ea99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,13 +1091,13 @@ dependencies = [ "dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "sqlx-core 0.1.2", + "sqlx-core 0.1.3", "sqlx-macros 0.1.1", ] [[package]] name = "sqlx-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "async-stream 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1147,7 +1147,7 @@ dependencies = [ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sqlx-core 0.1.2", + "sqlx-core 0.1.3", "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 36279a50..06971f51 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlx-core" -version = "0.1.2" +version = "0.1.3" repository = "https://github.com/launchbadge/sqlx" description = "Core of SQLx, the rust SQL toolkit. Not intended to be used directly." license = "MIT OR Apache-2.0"