Skip to content

🔖 zvariant_utils 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 12:06
· 1214 commits to main since this release
25876f3

✨ API to facilitate alternative attributes. This new API facilitates the use of alternative
attributes in the same proc macro code. We'll use this in a following commit to handle both
dbus_proxy and proxy macro with different attribute names using the same expansion code.
⬆️ Bump MSRV to 1.75.
🔧 Switch to Rust 2021. This doesn't affect our users but gives us some features.
🎨 Fix formatting of all Cargo.toml files.