From 922edb41019cc6fe47b0237616702e5b776eb286 Mon Sep 17 00:00:00 2001 From: Thomas Wickham Date: Thu, 12 Jan 2017 18:37:20 +0100 Subject: [PATCH] Fix systemd-parser version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02d3129..9b2ef4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Thomas Wickham "] license = "MPL-2.0" [dependencies] -systemd-parser = { version = "0.1.0", path = "./crates/systemd-parser" } +systemd-parser = { version = "^0.1", path = "./crates/systemd-parser" } clap = "^2.20" colored = "^1.0"