Skip to content

Commit b1b0dc1

Browse files
committed
chore: remove cross.toml
1 parent 2288e51 commit b1b0dc1

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,10 @@ tracing-appender = "0.2.3"
5959

6060

6161
# Database
62-
diesel = { version = "2.2.4", features = [
63-
"returning_clauses_for_sqlite_3_35",
64-
"r2d2",
65-
"chrono",
66-
] }
67-
diesel_migrations = { version = "2.2.0" }
68-
pq-sys = "0.6.3"
69-
mysqlclient-sys = "0.4.1"
70-
libsqlite3-sys = "0.30.1"
62+
pq-sys = { version = "0.6.3", optional = true }
63+
mysqlclient-sys = { version = "0.4.1", optional = true }
64+
libsqlite3-sys = { version = "0.30.1", optional = true }
65+
7166
# Date and time
7267
chrono = { version = "0.4.38", features = ["serde"] }
7368

Cross.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)