Skip to content

Commit

Permalink
Fix systemd-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
twickham committed Jan 12, 2017
1 parent 2d1a1e1 commit 922edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Thomas Wickham <twickham@octo.com>"]
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"

0 comments on commit 922edb4

Please sign in to comment.