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

uefi-services: Use "dep:" syntax #1091

Merged
merged 1 commit into from Mar 17, 2024
Merged

uefi-services: Use "dep:" syntax #1091

merged 1 commit into from Mar 17, 2024

Conversation

nicholasbishop
Copy link
Contributor

Use dep: for the optional qemu-exit dependency. This avoids implicitly adding a useless qemu-exit feature to the crate.

Doc: https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

uefi-services/CHANGELOG.md Outdated Show resolved Hide resolved
Use `dep:` for the optional `qemu-exit` dependency. This avoids implicitly
adding a useless `qemu-exit` feature to the crate.

Doc: https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies
@phip1611 phip1611 added this pull request to the merge queue Mar 17, 2024
Merged via the queue into main with commit ba71171 Mar 17, 2024
15 checks passed
@nicholasbishop nicholasbishop deleted the bishop-implicit-feature branch March 17, 2024 22:40
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

2 participants