mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update the minor version number in the README.
This commit is contained in:
parent
226f5c7019
commit
a339da82e7
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ Extensive documentation is available [here](https://docs.rs/curve25519-dalek).
|
|||
To install, add the following to the dependencies section of your project's
|
||||
`Cargo.toml`:
|
||||
|
||||
curve25519-dalek = "^0.1"
|
||||
curve25519-dalek = "^0.2"
|
||||
|
||||
Then, in your library or executable source, add:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue