Bump x25519-dalek version to 0.4.0.

This commit is contained in:
Isis Lovecruft 2019-01-12 23:35:03 +00:00
parent c9a1ef6a36
commit bab903cb65
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -79,7 +79,7 @@ To install, add the following to your project's `Cargo.toml`:
```toml
[dependencies.x25519-dalek]
version = "^0.3"
version = "^0.4"
```
# Documentation