diff --git a/Cargo.toml b/Cargo.toml index 8387cd3..9cb39f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.16.0" +version = "0.16.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 1ac0bfe..53cfd8b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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.14" +curve25519-dalek = "^0.16" ``` Then import the crate as: ```rust,no_run