Improve target pruning

fixes #1
This commit is contained in:
Arpad Borsos
2020-09-29 12:30:19 +02:00
parent a4a1d8e7a6
commit d38127a85b
3 changed files with 42 additions and 7 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 1.0.2
- Dont prune targets that have a different name from the crate, but do prune targets from the workspace.
## 1.0.1
- Improved logging output.