Skip to content

Transferring crate? #17

Open
Open
@workingjubilee

Description

@workingjubilee

Hello! I would be happy to take over this crate, certainly long enough to see it into a better place. Mostly, I would like to clean up its dependency tree so that code that depends on it can keep building on new compilers, as it is a nightly-only crate:

  • punkt depends on a nightly feature(proc_macro_hygiene)
    • that blob of features has been incrementally stabilized over time, so maybe not required?
  • punkt has rustc-serialize, a nightly-only crate, in its dependency tree
    • however, rustc-serialize is... probably not much longer for this world.

Three other crates depend on this one, now, so if this could be made-stable, those crates will be able to continue building into the future.

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