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