Skip to content

Commit 678e628

Browse files
committed
Disable sqlx' any and macros feature
1 parent 4bfbeba commit 678e628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures = { version = "~0.3" }
2525
pin-project = { version = "~1" }
2626

2727
# SQL executor. Optional because it requires a runtime and a TLS implementation.
28-
sqlx = { version = "~0.8", optional = true, features = ["time", "chrono", "uuid"] }
28+
sqlx = { version = "~0.8", optional = true, default-features = false, features = ["json", "time", "chrono", "uuid"] }
2929

3030
# Logging facade
3131
log = { version = "~0.4" }

0 commit comments

Comments
 (0)