diff --git a/Cargo.toml b/Cargo.toml index c37a12e..470d7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.13.2" +version = "0.14.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 7e95f11..91f533b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install, add the following to the dependencies section of your project's `Cargo.toml`: ```toml -curve25519-dalek = "^0.13" +curve25519-dalek = "^0.14" ``` Then, in your library or executable source, add: