CARGO_PACKAGE was added in #452 to work around the package name and crate name (potentially) being different.
Since b11a33 corrosion saves the package name as a target property, which we can use in corrosion_experimental_cbindgen. This allows us to remove the CARGO_PACKAGE parameter.
CARGO_PACKAGE
was added in #452 to work around the package name and crate name (potentially) being different. Since b11a33 corrosion saves the package name as a target property, which we can use incorrosion_experimental_cbindgen
. This allows us to remove theCARGO_PACKAGE
parameter.