From ae01451748f9d32a0c19a98d753c3e29d40cfdf1 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Fri, 6 Sep 2024 13:18:06 +0200 Subject: [PATCH] Update version number --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9afda01..3b7ec34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "yubihsm-setup" -version = "2.3.1" +version = "2.3.2" authors = ["Alessio Di Mauro "] description = "Setup tool for YubiHSM 2" license = "Apache-2.0" @@ -31,7 +31,7 @@ scan_dir = "0.3.3" [dependencies.yubihsmrs] path = "../yubihsmrs/" -version = "2.1.3" +version = "2.1.4" [package.metadata.deb] maintainer = "Alessio Di Mauro "