Skip to content

Commit 2ab0d30

Browse files
Andy Groveragrover
Andy Grover
authored andcommitted
Update to Edition 2018 and fix Clippy warnings
Also: * Use nix crate instead of libc directly * rustfmt Signed-off-by: Andy Grover <[email protected]>
1 parent a4c2de7 commit 2ab0d30

10 files changed

+536
-380
lines changed

Cargo.lock

Lines changed: 108 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name = "systemd-crontab-generator"
88
readme = "README.md"
99
repository = "https://github.com/systemd-cron/systemd-cron-next"
1010
version = "1.0.2"
11+
edition = "2018"
1112

1213
[build-dependencies]
1314
handlebars = "0.12.0"
@@ -26,6 +27,7 @@ rustc-serialize = "0.3.20"
2627
tempfile = "1.1.3"
2728
time = "0.1.34"
2829
users = "0.5.1"
30+
nix = "0.17.0"
2931

3032
[features]
3133
persistent = []

0 commit comments

Comments
 (0)