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

Deduplicate some dependencies. #5968

Merged
merged 1 commit into from May 7, 2015
Merged

Commits on May 6, 2015

  1. Deduplicate some dependencies.

    This uses some dependencies from crates.io instead of git
    where the crates.io copy was already used in some other part
    of the dependency tree, so we had two copies of the same library.
    
    The `android_glue` crate is the only one left where we have two copies,
    but solving that is more tricky since we hard-code a path in
    `components/servo/.cargo/config`.
    SimonSapin committed May 6, 2015
You can’t perform that action at this time.