mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Fix unbumped version number
This is too late for the 0.19.0 release (I missed it because I grepped for "0.18.", and the version in the README doesn't specify a minor version), but it will now be in line with the other version strings. When we put out the 1.0.0-pre.0 release we can change both together (our docs already say we've released it, because we inserted an extra version, oops).
This commit is contained in:
parent
d3310837b8
commit
869a464927
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue