Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make target-lexicon an optional dependency #220

Closed

Conversation

alexcrichton
Copy link
Contributor

This commit should finish out #215 by removing the dependencies of the
object crate if it's built with few enough features. While hopefully
not exercised by most users this should be enough for the backtrace
crate to depend on object and not pull in any transitive dependencies.
One step closer to moving into libstd!

Closes #215

This commit should finish out gimli-rs#215 by removing the dependencies of the
`object` crate if it's built with few enough features. While hopefully
not exercised by most users this should be enough for the `backtrace`
crate to depend on `object` and not pull in any transitive dependencies.
One step closer to moving into libstd!

Closes gimli-rs#215
@alexcrichton
Copy link
Contributor Author

Whoops carry on, only just now saw #218!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switching the backtrace crate to using object
1 participant