mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix: break dev-dependency cycle because of rust-lang/cargo#15622
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user