Skip to content

Commit

Permalink
chore: disable default SQLx features
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Dec 4, 2023
1 parent f3decab commit 1af2c55
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
107 changes: 53 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde_bytes = "0.11.12"
serde_json = "1.0.108"
serde_repr = "0.1.17"
serde_with = "3.4.0"
sqlx = "0.7.3"
sqlx = { version = "0.7.3", default-features = false }
tantivy = "0.21.1"
thiserror = "1.0.50"
time = "0.3.30"
Expand Down Expand Up @@ -92,6 +92,7 @@ default = [
"serde/derive",
"serde_json/arbitrary_precision",
"sqlx/json",
"sqlx/macros",
"sqlx/migrate",
"sqlx/runtime-tokio-rustls",
"sqlx/sqlite",
Expand Down

0 comments on commit 1af2c55

Please sign in to comment.