Skip to content

Commit

Permalink
Added default features sqlite and postgresql.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 8, 2023
1 parent 7b22ca0 commit 5a75c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build = "build.rs"
built = {version="0.7.1", features=["chrono", "semver","cargo-lock"]}

[features]
default = ["sqlite"]
default = ["sqlite", "postgresql"]
mysql = ["diesel/mysql", "diesel_migrations/mysql", "diesel/mysql_backend"]
postgresql = ["diesel/postgres", "diesel_migrations/postgres", "diesel/chrono", "r2d2_postgres",
"diesel/postgres_backend"]
Expand Down

0 comments on commit 5a75c2b

Please sign in to comment.