From ab82cc1b6adabc5bb0c0af48120540076545e118 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 3 Aug 2017 17:54:52 +0200 Subject: [PATCH] Bump to v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e4db43..3dee5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "0.2.1-pre" +version = "0.3.0" authors = ["Frederic Jacobs "] description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"