Bump patch version

This commit is contained in:
Henry de Valence 2019-02-15 13:47:16 -08:00
parent d4cc9997ec
commit bd96f25baa
2 changed files with 5 additions and 1 deletions

View file

@ -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).

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "1.1.2"
version = "1.1.3"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"