Skip to content

Add serde alias for "proc_macro"

Andrew Chin requested to merge eminence/cargo_toml:proc-macro-fix into master

The offical spelling for this field in a Cargo.toml is "proc-macro", but cargo can also accept "proc_macro", so our parsing code should as well.

See here for an example where Cargo supports both spellings.

Merge request reports