From da890be304f04cbc3f7f7d414d46780468681a31 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 20 Jan 2018 00:57:36 +0000 Subject: [PATCH] Bump curve25519-dalek version to 0.14.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c3d24..f4a60ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.14.2" +version = "0.14.3" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"