diff --git a/Cargo.lock b/Cargo.lock index 89ccc54..96f5458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "nixos-needsreboot" -version = "0.1.5" +version = "0.1.7" dependencies = [ "strum", "strum_macros", diff --git a/Cargo.toml b/Cargo.toml index 7f8793c..ed7dd6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixos-needsreboot" -version = "0.1.5" +version = "0.1.7" edition = "2021" description = "Determine if you need to reboot your NixOS machine" license = "GPL-2.0"