From f95806e00dc29618d574bd2ef4ec59837877e0c4 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 17 Sep 2018 12:33:24 -0700 Subject: [PATCH] Bump version to 0.19.1 This fixes the AVX2 build on nightly. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a346376..69b45b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.19.0" +version = "0.19.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"