Version 0.2.0

Also: Follow the soon-to-be-official formatting guidelines:
https://github.com/nrc/rfcs/blob/style-guide/style-guide/cargo.md
master
Andreas Fackler 7 years ago committed by Andreas Fackler
parent 29b40fffa7
commit 96db9fbba7
  1. 24
      Cargo.toml
  2. 2
      README.md

@ -1,19 +1,21 @@
[package] [package]
name = "threshold_crypto" name = "threshold_crypto"
# REMINDER: Update version in `README.md` when incrementing: # REMINDER: Update version in `README.md` when incrementing:
version = "0.1.0" version = "0.2.0"
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>", authors = [
"Andreas Fackler <AndreasFackler@gmx.de>", "Vladimir Komendantskiy <komendantsky@gmail.com>",
"Peter van Nostrand <jnz@riseup.net>", "Andreas Fackler <AndreasFackler@gmx.de>",
"Andrew Gross <andogro@gmail.com>", "Peter van Nostrand <jnz@riseup.net>",
"Nick Sanders <nsan1129@gmail.com>", "Andrew Gross <andogro@gmail.com>",
"Marc Brinkmann <git@marcbrinkmann.de>"] "Nick Sanders <nsan1129@gmail.com>",
description = "Pairing threshold cryptography" "Marc Brinkmann <git@marcbrinkmann.de>",
]
categories = ["cryptography"]
keywords = ["pairing", "threshold"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/poanetwork/threshold_crypto"
readme = "README.md" readme = "README.md"
keywords = ["pairing", "threshold"] repository = "https://github.com/poanetwork/threshold_crypto"
categories = ["cryptography"] description = "Pairing threshold cryptography"
[dependencies] [dependencies]
byteorder = "1.2.3" byteorder = "1.2.3"

@ -19,7 +19,7 @@ decrypted and authenticated only with cooperation from at least `threshold +
```toml ```toml
[dependencies] [dependencies]
rand = "0.4" rand = "0.4"
threshold_crypto = { version = "0.1", git = "https://github.com/poanetwork/threshold_crypto" } threshold_crypto = { version = "0.2", git = "https://github.com/poanetwork/threshold_crypto" }
``` ```
`main.rs`: `main.rs`:

Loading…
Cancel
Save