avoid calling cargo metadata on pre-cleanup

This commit is contained in:
Arpad Borsos
2022-11-03 11:26:22 +01:00
parent 19c46583c5
commit 3f2513fdf4
6 changed files with 63 additions and 40 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2.0.2
- Avoid calling `cargo metadata` on pre-cleanup.
## 2.0.1
- Primarily just updating dependencies to fix GitHub deprecation notices.