Releases: openSUSE-Rust/obs-service-cargo
v0.8.4
fix: also check attempt to vendor if it is also a workspace
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- 20231031 improve error handling impl by @uncomfyhalomacro in #56
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Full Changelog: v0.8.1...v0.8.2
v0.8.1
small fix: skip vendor if vendor/
directory does not exist.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Cargo audit is now a no-op, vendor now triggers audit by @Firstyear in #50
Full Changelog: v0.7.5...v0.8.0
v0.7.5
v0.7.4
fix: decompressed tarball may or may not have a top-level folder
Directory sources by default will also copy the source folder's top-level folder.
This is not true for archived tarballs because they may not have a top-level folder when the tarball was created.
In this commit, we will use an educated guess that if the extracted or decompressed tarball is unpacked to the temporary directory, we will count the number of files and directories. Of course, if there is ONLY one, it MUST be a folder. If it's a file, then we will handle and raise an error.
v0.7.3
Full Changelog: v0.7.1...v0.7.3
v0.7.1
No changes.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- refactor for cargo vendor by @uncomfyhalomacro in #40
- feature audit by @uncomfyhalomacro and @Firstyear in #42
Full Changelog: v0.6.0...v0.7.0