Skip to content

Permit semver-compatible versions of proc-macro-crate #167

@adam-azarchs

Description

@adam-azarchs

The dependency on proc-macro-crate

proc-macro-crate = { version = ">= 1, <= 3", optional = true }

specifies <=3, which precludes updating to the latest version, e.g. v3.3.0. I suspect that this constraint was unintentional and was meant to be <4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions