-
zbus_macros-3.5.0a12a0877 · ·
Release 3.5.0 * Pass on all attributes of dbus_proxy, not just doc. So you can deprecate dbus_proxy methods for example. * Add `from_message` method to generated signal structs. * Add 'assume_defaults' attribute to `dbus_proxy` (defaulting to `true`), which reflects the status quo: currently, all generated proxies assume (and auto-generate) some default values for path and service. In some cases, the auto-generated values could be wrong and misleading. The new attribute allows to selectively disable the implicit default.
-
zbus_names-2.3.0a12a0877 · ·
Release 2.3.0 * Add inner() methods for all name types. * Deserialize impl of Owned* shouldn't assume borrowed string. This allows these types to be deserialized from a std::io::Read (#287). * Implement `TryFrom<Arc<str>>` for all types. * Bump zvariant requirement to latest release.
-
-
zvariant-3.8.0c50b1efd · ·
Release 3.8.0 * Update dependencies. * Fix link to GVariant specification. * `Str` now keeps owned string in an `Arc` so that cloning doens't imply allocation. * Avoid a redundant String clone. * Implement `TryFrom<Arc<str>>` for `Str`.
-
-
-
zbus_macros-3.3.0365ca8fc · ·
Release 3.3.0 to go with zbus 3.3.0. * Implement `TryFrom<&'s Message>` for signal args structs.
-
zbus-3.3.0365ca8fc · ·
Relase 3.3.0. * Fix some deadlocks in tokio code. * More reliable home directory detection on Windows. * Add some keyring tracing/debugging. * Some internal improvements.
-
-
-
-
-
-
-
-
-
-
-
-