From 2017d8cd165869f4867a221a08943da42a136969 Mon Sep 17 00:00:00 2001 From: Drakulix Date: Thu, 1 Feb 2018 14:57:04 +0100 Subject: [PATCH] use systemd crates.io release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cab35f8..a4ae995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ glium = { version = "0.19.0", optional = true, default-features = false } input = { version = "0.4.0", optional = true } udev = { version = "0.2.0", optional = true } dbus = { version = "0.6.1", optional = true } -systemd = { git = "https://github.com/Drakulix/rust-systemd", branch = "feature/login_functions", optional = true } +systemd = { version = "^0.2.0", optional = true } wayland-protocols = { version = "0.12.5", features = ["unstable_protocols", "server"] } image = "0.17.0" error-chain = "0.11.0"