mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-26 20:40:54 +00:00
chore(deps): Set default-features=false on sqlx in workspace.dependencies (#3989)
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
parent
4566df70a0
commit
5d4e1a4d4d
@ -169,7 +169,7 @@ sqlx-postgres = { version = "=0.9.0-alpha.1", path = "sqlx-postgres" }
|
|||||||
sqlx-sqlite = { version = "=0.9.0-alpha.1", path = "sqlx-sqlite" }
|
sqlx-sqlite = { version = "=0.9.0-alpha.1", path = "sqlx-sqlite" }
|
||||||
|
|
||||||
# Facade crate (for reference from sqlx-cli)
|
# Facade crate (for reference from sqlx-cli)
|
||||||
sqlx = { version = "=0.9.0-alpha.1", path = "." }
|
sqlx = { version = "=0.9.0-alpha.1", path = ".", default-features = false }
|
||||||
|
|
||||||
# Common type integrations shared by multiple driver crates.
|
# Common type integrations shared by multiple driver crates.
|
||||||
# These are optional unless enabled in a workspace crate.
|
# These are optional unless enabled in a workspace crate.
|
||||||
|
@ -23,7 +23,7 @@ features = ["rt-multi-thread", "macros"]
|
|||||||
[dependencies.sqlx]
|
[dependencies.sqlx]
|
||||||
# version = "0.9.0"
|
# version = "0.9.0"
|
||||||
workspace = true
|
workspace = true
|
||||||
features = ["runtime-tokio", "postgres", "bigdecimal", "chrono", "derive", "migrate", "sqlx-toml"]
|
features = ["runtime-tokio", "postgres", "bigdecimal", "chrono", "derive", "macros", "migrate", "sqlx-toml"]
|
||||||
|
|
||||||
[dependencies.uses-rust-decimal]
|
[dependencies.uses-rust-decimal]
|
||||||
path = "uses-rust-decimal"
|
path = "uses-rust-decimal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user