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:
@@ -73,8 +73,7 @@ session.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
snafu.workspace = true
|
||||
sql.workspace = true
|
||||
sqlx = { version = "0.8", features = [
|
||||
"runtime-tokio-rustls",
|
||||
sqlx = { workspace = true, features = [
|
||||
"mysql",
|
||||
"postgres",
|
||||
"chrono",
|
||||
|
||||
Reference in New Issue
Block a user