From 3b76ecbdb178ad13ea5474366e6c84b30434a440 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Wed, 20 Nov 2019 17:05:21 +0000 Subject: [PATCH] Pin to stable --- Cargo.toml | 6 +++--- rust-toolchain | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5928ca64..23b2b3a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sqlx" version = "0.1.1-pre" -authors = [ - "Ryan Leckey " -] license = "MIT OR Apache-2.0" description = "The Rust SQL Toolkit." edition = "2018" +authors = [ + "Ryan Leckey " +] [features] default = [] diff --git a/rust-toolchain b/rust-toolchain index 8f93bd14..2bf5ad04 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-09-11 +stable