8000 Tags Β· kageurufu/zbus Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kageurufu/zbus

Tags

zvariant-5.4.0

Toggle zvariant-5.4.0's commit message
πŸ”– zvariant 5.4.0

* ✨ `*Value` derive macros now support optional fields in dict structs. dbus2#311

zbus-5.5.0

Toggle zbus-5.5.0's commit message
πŸ”– zbus 5.5.0

* βž– Replace `futures-util` dependency with `futures-lite`. With the (default) `async-io` feature,
  `futures-lite` was already an indirect dependency while `futures-util` was not.

zvariant-5.3.0

Toggle zvariant-5.3.0's commit message
πŸ”– zvariant 5.3.0

* ✨ Implement `From<Arc<str>>` & `From<Cow<str>>` for `Value`.
* πŸ› Don't assume enum discriminant to be always a literal in `Value` macros.
* ⬆️  Update `winnow` to 0.7.
* ⬆️  Update `rand` to 0.9.0.

zvariant_utils-3.2.0

Toggle zvariant_utils-3.2.0's commit message
πŸ”– zvariant_utils 3.2.0

* ⬆️  Update winnow to 0.7.

zbus-5.4.0

Toggle zbus-5.4.0's commit message
* πŸ”– zbus 5.4.0

* πŸ› Correctly format list of accepted auth mechanisms in error string. dbus2#1216
* 🩹 Do not reply if no-reply-expected flag is set.
* ⬆️  Update `winnow` to 0.7.
* ⬆️  Update `rand` to 0.9.0.

zbus_xmlgen-5.1.0

Toggle zbus_xmlgen-5.1.0's commit message
πŸ”– zbus_xmlgen Release 5.1.0

* ⬆️  Update clap to v4.5.27.

zbus_names-4.2.0

Toggle zbus_names-4.2.0's commit message
πŸ”– zbus_names 4.2.0

* ⬆️  Update winnow to 0.7.

zbus-5.3.1

Toggle zbus-5.3.1's commit message
πŸ”– zbus 5.3.1

* πŸ› Drop unnecessary 'static lifetime requirements in proxy. The passed strings just need to
  satisfy the inner lifetime of the proxy.
* πŸ› Fix generated get_all() function. Naming the optional header parameter 'header' several
  times for different property getters collides with the 'header` local argument of the generated
  get_all() function. Obvious workaround is don't name your special parameter 'header'. This is
  easily fixed by simply wrapping each getter code block generated for get_all() in its own scope.

zbus_xmlgen-5.0.2

Toggle zbus_xmlgen-5.0.2's commit message
πŸ”– zbus_xmlgen 5.0.2

* πŸ› Gracefully handle the situation of `rustfmt`.
* ⬇️  Lower MSRV to 1.77.

zbus_xml-5.0.2

Toggle zbus_xml-5.0.2's commit message
πŸ”– zbus_xml 5.0.2

* ⬇️  Lower MSRV to 1.77.
0