Cargo.toml: Update to zbus 5

This commit is contained in:
Vicki Pfau 2024-11-07 17:20:57 -08:00
parent bdb2d26e2f
commit a2af4d1bc5
29 changed files with 100 additions and 385 deletions

View file

@ -1,6 +1,6 @@
//! # D-Bus interface proxy for: `com.steampowered.SteamOSManager1.FactoryReset1`
//!
//! This code was generated by `zbus-xmlgen` `4.1.0` from D-Bus introspection data.
//! This code was generated by `zbus-xmlgen` `5.0.1` from D-Bus introspection data.
//! Source: `com.steampowered.SteamOSManager1.xml`.
//!
//! You may prefer to adapt it, instead of using it verbatim.
@ -18,7 +18,7 @@ use zbus::proxy;
default_path = "/com/steampowered/SteamOSManager1",
assume_defaults = true
)]
trait FactoryReset1 {
pub trait FactoryReset1 {
/// PrepareFactoryReset method
fn prepare_factory_reset(&self, kind: u32) -> zbus::Result<u32>;
}