Skip to content

Metadata crate means we can't publish Racer #974

@nrc

Description

@nrc

cargo publish only publishes a single crate, so the crates referred to by path aren't included. In particular metadata is not part of the published tarball. That means the we fail the pre-publish check, and if we ignore that, the published version would not build.

Solutions are: publish anyway and document that it cannot be used with the metadata feature (note that it is used by default), publish the metadata crate and refer to it by version not path, or moving the contents of the crate into Racer proper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions