From 2969b8f4ee76818cc912045d43926e8cafa8d917 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 22 Apr 2024 06:42:23 +0530 Subject: [PATCH] 0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 324214c..49a09e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "nixos-needsreboot" -version = "0.1.8" +version = "0.1.10" dependencies = [ "strum", "strum_macros", diff --git a/Cargo.toml b/Cargo.toml index e049cc2..0c5cc75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixos-needsreboot" -version = "0.1.8" +version = "0.1.10" edition = "2021" description = "Determine if you need to reboot your NixOS machine" license = "GPL-2.0"