From bd96f25baa76d0d08376e832fa13bd81af57f5e3 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 15 Feb 2019 13:47:16 -0800 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3363b93..d1f637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Entries are listed in reverse chronological order. +## 1.1.3 + +* Reverts the change in 1.1.0 to allow owned and borrowed RNGs, which caused a breakage due to a subtle interaction with ownership rules. (The `RngCore` change is retained). + ## 1.1.2 * Disabled KaTeX on `docs.rs` pending proper [support upstream](https://github.com/rust-lang/docs.rs/issues/302). diff --git a/Cargo.toml b/Cargo.toml index 8d33d2d..bab9c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.1.2" +version = "1.1.3" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"