Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
Due to a cargo bug, this was causing issues with adding rusqlite to ZQ2. See launchbadge/sqlx#3211 - Cargo would detect a spurious version conflict in the sqlite version to bundle.
However sqlx appears completely unused in zqutils so removing the dependency entirely is an easy fix.
  • Loading branch information
theo-zil committed May 8, 2024
1 parent 37c8319 commit c1097ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zqutils/Cargo.toml
Expand Up @@ -36,8 +36,6 @@ semver = "1.0.21"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
sqlx = "0.7.3"
sqlx-postgres = "0.7.3"
sysctl = "0.5.5"
sysinfo = "0.30.5"
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit c1097ac

Please sign in to comment.