mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
chore(deps): remove sqlx pg feature in greptimedb build (#7172)
* chore(deps): remove sqlx pg feature in greptimedb build * fix: ci
This commit is contained in:
@@ -53,7 +53,10 @@ serde_yaml = "0.9"
|
||||
snafu = { workspace = true }
|
||||
sql = { workspace = true }
|
||||
sqlparser.workspace = true
|
||||
sqlx.workspace = true
|
||||
sqlx = { workspace = true, features = [
|
||||
"mysql",
|
||||
"chrono",
|
||||
] }
|
||||
store-api = { workspace = true }
|
||||
strum.workspace = true
|
||||
tinytemplate = "1.2"
|
||||
|
||||
Reference in New Issue
Block a user