dbus2 / zbus

Rust D-Bus crate.
Other
360 stars 82 forks source link

⬆️ Update enumflags2 to v0.7.10 #833

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
enumflags2 dev-dependencies patch 0.7.9 -> 0.7.10
enumflags2 dependencies patch 0.7.9 -> 0.7.10

Release Notes

meithecatte/enumflags2 (enumflags2) ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#​58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.