mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
10 lines
396 B
Markdown
10 lines
396 B
Markdown
|
Sometimes it's needed to release every crate in the workspace, or several dependent crates at once.
|
||
|
In those cases, this is the order to do it in:
|
||
|
|
||
|
- project-origins
|
||
|
- ignored-files (depends on project-origins)
|
||
|
- lib (depends on project-origins and ignored-files)
|
||
|
- filterer/ignore (depends on lib)
|
||
|
- filterer/globset and /tagged (depend on lib and filterer/ignore)
|
||
|
- cli (depends on everything)
|