-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Stop using implicit cargo metadata
Previously, `Cargo.toml` files were loaded in a way that introduced implicit metadata, which could cause incorrect behavior in manifests updated by *bomper*. This commit removes the unnecessary metadata and ensures that *bomper* will not write excess data when overwriting files.
- Loading branch information
1 parent
ae8d311
commit ad4173f
Showing
2 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The tests were written to include the implicit data, but this is no longer needed