mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Bump ed25519-dalek version to 0.6.0.
This commit is contained in:
parent
b650ae0c28
commit
4c633acaf9
1 changed files with 3 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ eventually support VXEdDSA in curve25519-dalek.
|
|||
To install, add the following to your project's `Cargo.toml`:
|
||||
|
||||
[dependencies.ed25519-dalek]
|
||||
version = "^0.5"
|
||||
version = "^0.6"
|
||||
|
||||
Then, in your library or executable source, add:
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ To cause your application to build `ed25519-dalek` with the nightly feature
|
|||
enabled by default, instead do:
|
||||
|
||||
[dependencies.ed25519-dalek]
|
||||
version = "^0.5"
|
||||
version = "^0.6"
|
||||
features = ["nightly"]
|
||||
|
||||
To cause your application to instead build with the nightly feature enabled
|
||||
|
|
@ -145,7 +145,7 @@ verification.
|
|||
To enable [serde](https://serde.rs) support, build `ed25519-dalek` with:
|
||||
|
||||
[dependencies.ed25519-dalek]
|
||||
version = "^0.5"
|
||||
version = "^0.6"
|
||||
features = ["serde"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue