You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 neon-bindings/neon-rs#58, so we just need create-neon to upgrade to use the new CLI version.
The text was updated successfully, but these errors were encountered:
An upcoming change in cargo canonicalizes crate names from
kebab-case
tocamel_case
. This was fixed forcargo-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 neon-bindings/neon-rs#58, so we just need create-neon to upgrade to use the new CLI version.
The text was updated successfully, but these errors were encountered: