π zbus_names 2.6.0
github-actions
released this
28 Jun 17:14
·
1692 commits
to main
since this release
- Simplify
TryFrom<_>
forBusName
imps. - Implement
TryFrom<zvariant::Str>
for all name types. - Implement
TryFrom<Cow<str>>
forOwnedBusName
. - Implement
From<_>
forzvariant::Str
. - Bump our MSRV. More and more dependencies are requiring Rust 1.64.0, so let's bump our MSRV to
match.