Merge remote-tracking branch 'hdevalence/fix-unbumped-version' into develop

This commit is contained in:
Isis Lovecruft 2018-08-10 17:20:44 +00:00
commit 1046e8dd74
Failed to extract signature

View file

@ -50,7 +50,7 @@ make doc-internal
To import `curve25519-dalek`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
curve25519-dalek = "^0.18"
curve25519-dalek = "0.19"
```
Then import the crate as:
```rust,no_run