From b0658b05f86ef51683d75ff274d48a2209f9cf91 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 25 Sep 2018 17:21:10 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34450d1..b50c9fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.19.1" +version = "0.20.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 833d3c1..3d2c328 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ make doc-internal To import `curve25519-dalek`, add the following to the dependencies section of your project's `Cargo.toml`: ```toml -curve25519-dalek = "0.19" +curve25519-dalek = "0.20" ``` Then import the crate as: ```rust,no_run