From 911b71ae27af1b8d939cff3e47ccc1a56e4dc1ce Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 15 Aug 2017 04:47:19 +0000 Subject: [PATCH 1/2] Bump arrayref to 0.3.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 590e2aa..960f913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "1.0" optional = true [dependencies.arrayref] -version = "0.3.3" +version = "0.3.4" [dependencies.rand] optional = true From f1a1886d96a999f2e6feb89cd0a12665970c2538 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 15 Aug 2017 04:53:28 +0000 Subject: [PATCH 2/2] Bump dalek to 0.11.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 960f913..8c22506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.10.0" +version = "0.11.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index bf4cecb..3df4040 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Extensive documentation is available [here](https://docs.rs/curve25519-dalek). To install, add the following to the dependencies section of your project's `Cargo.toml`: - curve25519-dalek = "^0.10" + curve25519-dalek = "^0.11" Then, in your library or executable source, add: