From 7d844894ce9978b02be98dffc76195da7b7eb094 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 9 Oct 2018 13:56:21 +0000 Subject: [PATCH] cargo: pamsm release 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2767f90..13fa47e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pamsm" -version = "0.3.0-alpha.1" +version = "0.3.0" description = "Rust wrappers around PAM Service Modules functions" authors = ["Raphael Catolino "] license = "GPL-3.0"