mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-20 00:54:18 +00:00
Fix prepare race condition in workspaces (#2069)
* Separate offline query metadata per crate * Update sqlx-cli prepare to use separate query metadata per crate * Add resolve.root to metadata test fixture * Simplify root package resolution * Fix prepare --merged
This commit is contained in:
@@ -30506,7 +30506,7 @@
|
||||
"features": []
|
||||
}
|
||||
],
|
||||
"root": null
|
||||
"root": "b_in_workspace_lib 0.1.0 (path+file:///home/user/problematic/workspace/b_in_workspace_lib)"
|
||||
},
|
||||
"target_directory": "/home/user/problematic/workspace/target",
|
||||
"version": 1,
|
||||
|
||||
Reference in New Issue
Block a user