Open
Description
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
Labels
No labels