Skip to content

Commit

Permalink
revert accidental cargo.toml change
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jul 2, 2024
1 parent eb9c270 commit 0822665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tokio = { version = "1", features = [ "sync" ] }
indexmap = { version = "2.2.6", features = [ "serde" ] }

[features]
default = ["sqlite"]
sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ]
mysql = [ "sqlx/mysql", "sqlx/runtime-tokio-rustls" ]
postgres = [ "sqlx/postgres", "sqlx/runtime-tokio-rustls" ]

0 comments on commit 0822665

Please sign in to comment.