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

cargo: support lib.path in Cargo.toml #12919

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

alyssais
Copy link
Contributor

Cargo implements this configuration option to override the entry point of the library.

To get test coverage, I've modified one of the two Cargo subprojects in the test to use a non-default library entrypoint. The other still uses the default.

@alyssais alyssais requested a review from jpakkane as a code owner February 27, 2024 22:26
Cargo implements this configuration option to override the entry point
of the library.

To get test coverage, I've modified one of the two Cargo subprojects
in the test to use a non-default library entrypoint.  The other still
uses the default.
@xclaesse xclaesse added this to the 1.4.1 milestone Feb 27, 2024
@xclaesse xclaesse merged commit e9ee63e into mesonbuild:master Feb 27, 2024
33 of 35 checks passed
@alyssais alyssais deleted the cargo-lib.path branch February 28, 2024 00:17
@eli-schwartz eli-schwartz modified the milestones: 1.4.1, 1.4.0 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants