fix: break dev-dependency cycle because of rust-lang/cargo#15622

This commit is contained in:
Austin Bonander
2025-10-14 19:08:15 -07:00
parent 1b2b19fe8e
commit 946b6d4d16
4 changed files with 18 additions and 5 deletions

View File

@@ -79,7 +79,9 @@ workspace = true
features = ["json"]
[dev-dependencies.sqlx]
workspace = true
# FIXME: https://github.com/rust-lang/cargo/issues/15622
# workspace = true
path = ".."
features = ["postgres", "derive"]
[target.'cfg(target_os = "windows")'.dependencies]