From f05c884cdc7bb926af9af0684de11fc6142e5f74 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Tue, 21 Feb 2023 15:44:03 -0800 Subject: [PATCH] fix: remove `readme` entries for `sqlx-mysql`, `sqlx-postgres`, `sqlx-sqlite` --- sqlx-mysql/Cargo.toml | 1 - sqlx-postgres/Cargo.toml | 1 - sqlx-sqlite/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/sqlx-mysql/Cargo.toml b/sqlx-mysql/Cargo.toml index da7a3444..109d4ad3 100644 --- a/sqlx-mysql/Cargo.toml +++ b/sqlx-mysql/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "sqlx-mysql" -readme = "README.md" documentation = "https://docs.rs/sqlx" description = "MySQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details." version.workspace = true diff --git a/sqlx-postgres/Cargo.toml b/sqlx-postgres/Cargo.toml index f94bcf41..98754084 100644 --- a/sqlx-postgres/Cargo.toml +++ b/sqlx-postgres/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "sqlx-postgres" -readme = "README.md" documentation = "https://docs.rs/sqlx" description = "PostgreSQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details." version.workspace = true diff --git a/sqlx-sqlite/Cargo.toml b/sqlx-sqlite/Cargo.toml index e93eff39..f3f08031 100644 --- a/sqlx-sqlite/Cargo.toml +++ b/sqlx-sqlite/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "sqlx-sqlite" -readme = "README.md" documentation = "https://docs.rs/sqlx" description = "SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details." version.workspace = true