Skip to content

[BUG] latest published versions no longer contain LICENSE files  #392

Closed
@decathorpe

Description

@decathorpe

The crates that are published to crates.io no longer contain LICENSE files since the latest release.

I assume this change happened by accident when moving around crates / files inside the workspace, as previous versions of the published crates contained your LICENSE file, as they should.

I think you'll need to add symlinks from all workspace members to the LICENSE file in the project's root directory, i.e. LICENSE -> ../LICENSE. This will make cargo include the files when packaging the crates and uploading them to crates.io.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions