From b6dd31165f71ab213f976787ca842a46317fa5c9 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sun, 10 May 2020 19:40:52 -0400 Subject: [PATCH] Bump version to 1.0.0 Removing From and adding TryFrom for PublicKey is a breaking change. --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f24ca5a..815eaac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,8 @@ [package] name = "ristretto255-dh" -version = "0.1.0" +version = "1.0.0" authors = ["Deirdre Connolly "] edition = "2018" -# When releasing to crates.io: -# - Update html_root_url -# - Update CHANGELOG.md -# - Create git tag. readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/ristretto255-dh"