Skip to content

Commit

Permalink
feat!: Auto-generate with zbus 2.0 beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Nov 17, 2021
1 parent eddcd92 commit f7178dd
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 83 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "logind-dbus"
version = "0.1.1"
version = "1.0.0-beta.1"
authors = [
"Jeremy Soller <jackpot51@gmail.com>",
"Michael Aaron Murphy <michael@system76.com>"
Expand All @@ -11,7 +11,8 @@ readme = "README.md"
license = "MIT"
categories = ["os::unix-apis"]
keywords = ["linux", "systemd", "logind", "dbus"]
edition = "2018"

[dependencies]
dbus = "0.6"
cascade = "0.1.2"
zbus = { git = "https://gitlab.freedesktop.org/dbus/zbus/" }
zvariant = { git = "https://gitlab.freedesktop.org/dbus/zbus/" }

0 comments on commit f7178dd

Please sign in to comment.