From 49146274dba2cdd628232a8a0933d60e078c0fcd Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 20 Jul 2021 02:56:28 +0000 Subject: [PATCH] Fix a typo in Cargo.toml documentation. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a299de..92adefb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ name = "curve25519-dalek" # - update CHANGELOG # - update html_root_url # - update README if required by semver -# - if README was updated, also update module documenation in src/lib.rs -version = "3.1.0" +# - if README was updated, also update module documentation in src/lib.rs +version = "3.1.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"