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

docs(manifest): Update crate-types with cdylib #3018

Merged
merged 2 commits into from
Aug 19, 2016
Merged

docs(manifest): Update crate-types with cdylib #3018

merged 2 commits into from
Aug 19, 2016

Commits on Aug 19, 2016

  1. docs(manifest): Update crate-types with cdylib

    Rust 1.11 now supports the `cdylib` crate-type, so added it to the
    list of options. Also added a link to the
    [Linkage](https://doc.rust-lang.org/reference.html#linkage) section
    in the Rust Reference manual which explains what the different
    crate types actually mean in practice....though right now it actually
    doesn't explain what a `cdylib` is, specifically. ;)
    Jake Shadle committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    1958447 View commit details
    Browse the repository at this point in the history
  2. docs(manifest): Remove 1.11 reference

    Jake Shadle committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    c3a2e78 View commit details
    Browse the repository at this point in the history