Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cbindgen: Remove CARGO_PACKAGE parameter #521

Merged

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented May 13, 2024

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.

@jschwe
Copy link
Collaborator Author

jschwe commented May 13, 2024

CC @Rikorose (since the original PR was from you)

`CARGO_PACKAGE` was added in corrosion-rs#452 to work around
the package name and crate name 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.
@jschwe jschwe force-pushed the jschwender/cbindgen_rm_cargo_package branch from fffec4d to 43336b6 Compare May 20, 2024 13:57
@jschwe jschwe enabled auto-merge (rebase) May 20, 2024 13:57
@jschwe jschwe merged commit 062e03c into corrosion-rs:master May 20, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant