neon-bindings / neon

Rust bindings for writing safe and fast native Node.js modules.
https://www.neon-bindings.com/
Apache License 2.0
7.98k stars 282 forks source link

create-neon: Support change in cargo diagnostics naming #1043

Closed dherman closed 3 months ago

dherman commented 3 months ago

An upcoming change in cargo canonicalizes crate names from kebab-case to camel_case. This was fixed for cargo-cp-artifact in #1039 but now that create-neon uses the new CLI, we needed a fix there too.

The new CLI was fixed in https://github.com/neon-bindings/neon-rs/pull/58, so we just need create-neon to upgrade to use the new CLI version.