bump installation version to 0.5 in docs

This commit is contained in:
DebugSteven 2019-02-16 18:46:11 -07:00
parent b57cdba0a3
commit ad8dd8430b

View file

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