Bump version to 1.0.0

Removing From and adding TryFrom for PublicKey is a breaking change.
This commit is contained in:
Deirdre Connolly 2020-05-10 19:40:52 -04:00 committed by Deirdre Connolly
parent c96cf9706d
commit b6dd31165f
1 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
[package]
name = "ristretto255-dh"
version = "0.1.0"
version = "1.0.0"
authors = ["Deirdre Connolly <durumcrustulum@gmail.com>"]
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"