From 28ffb566656691be6fb306b7ec2e3a811e2c161a Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 14 May 2025 13:12:34 +0200 Subject: [PATCH] Update package description and version in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e48a707..1ba57bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "phenix" -version = "0.1.3" +description = "Utility to restart PCIe devices when link is lost." +version = "0.1.4" edition = "2024" license = "GPL-3.0-or-later" repository="https://code.edgarpierre.fr/edpibu/phenix"