From 154bb75b46fe582b8f9dbf67f257d8f64116f71b Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 16 Oct 2017 21:49:39 +0000 Subject: [PATCH] Bump curve25519-dalek version number to 0.12.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b477e2..7b901d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.12.0" +version = "0.12.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"