Skip to content

Commit

Permalink
0.1.1: Fix the dbus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Feb 15, 2019
1 parent 2f4489b commit eddcd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logind-dbus"
version = "0.1.0"
version = "0.1.1"
authors = [
"Jeremy Soller <jackpot51@gmail.com>",
"Michael Aaron Murphy <michael@system76.com>"
Expand All @@ -13,5 +13,5 @@ categories = ["os::unix-apis"]
keywords = ["linux", "systemd", "logind", "dbus"]

[dependencies]
dbus = "=0.6.2"
dbus = "0.6"
cascade = "0.1.2"

0 comments on commit eddcd92

Please sign in to comment.