1
0
Fork 0
This commit is contained in:
Pratham Patel 2024-04-22 06:42:23 +05:30
parent 1a42713bfe
commit 2969b8f4ee
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -10,7 +10,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "nixos-needsreboot"
version = "0.1.8"
version = "0.1.10"
dependencies = [
"strum",
"strum_macros",

View File

@ -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"