-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cargo): Do not require parsing the manifest
The generated metadata already contains the relenvant data from the manifest, so there is no need to also parse the manifest. Note that virtual workspaces [1] also were not supported before as `CargoManifest.pkg` was not nullable. [1]: https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-workspace Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
864ec86
commit d2ee0a9
Showing
2 changed files
with
6 additions
and
56 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
43 changes: 0 additions & 43 deletions
43
plugins/package-managers/cargo/src/main/kotlin/CargoManifest.kt
This file was deleted.
Oops, something went wrong.