Bump x25519-dalek version to 0.3.0.

This commit is contained in:
Isis Lovecruft 2018-07-27 20:19:07 +00:00
parent 751d28340a
commit 41acc60538
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "x25519-dalek"
version = "0.2.1"
version = "0.3.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"]
readme = "README.md"
license = "BSD-3-Clause"

View file

@ -92,7 +92,7 @@ To install, add the following to your project's `Cargo.toml`:
```toml
[dependencies.x25519-dalek]
version = "^0.2"
version = "^0.3"
```
Then, in your library or executable source, add: