Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Switch to using cargo-metadata #86

Merged
merged 1 commit into from
Dec 30, 2019
Merged

Switch to using cargo-metadata #86

merged 1 commit into from
Dec 30, 2019

Conversation

sfackler
Copy link
Owner

This both makes the crate compile way faster and avoids having to touch
tons of unstable, undocumented cargo internals. This requires Rust 1.41
(the current beta) for some cargo-metadata features.

There are some subtle differences in the new output (particularly in
handling dependencies between crates in workspaces), but they're pretty
minor.

Closes #73
Closes #69
Closes #66
Closes #65
Closes #63
Closes #61
Closes #57
Closes #20

This both makes the crate compile way faster and avoids having to touch
tons of unstable, undocumented cargo internals. This requires Rust 1.41
(the current beta) for some cargo-metadata features.

There are some subtle differences in the new output (particularly in
handling dependencies between crates in workspaces), but they're pretty
minor.

Closes #73
Closes #69
Closes #66
Closes #65
Closes #63
Closes #61
Closes #57
Closes #20
@sfackler sfackler merged commit c7e563d into master Dec 30, 2019
@sfackler sfackler deleted the metadata branch December 30, 2019 03:13
@8573 8573 mentioned this pull request Mar 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.