mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Bump ed25519-dalek version to 0.4.0.
This commit is contained in:
parent
a6e5333cb5
commit
23756b4c74
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ed25519-dalek"
|
name = "ed25519-dalek"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
authors = ["Isis Lovecruft <isis@torproject.org>"]
|
authors = ["Isis Lovecruft <isis@torproject.org>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ eventually support VXEdDSA in curve25519-dalek.
|
||||||
To install, add the following to your project's `Cargo.toml`:
|
To install, add the following to your project's `Cargo.toml`:
|
||||||
|
|
||||||
[dependencies.ed25519-dalek]
|
[dependencies.ed25519-dalek]
|
||||||
version = "^0.3"
|
version = "^0.4"
|
||||||
|
|
||||||
Then, in your library or executable source, add:
|
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:
|
enabled by default, instead do:
|
||||||
|
|
||||||
[dependencies.ed25519-dalek]
|
[dependencies.ed25519-dalek]
|
||||||
version = "^0.3"
|
version = "^0.4"
|
||||||
features = ["nightly"]
|
features = ["nightly"]
|
||||||
|
|
||||||
To cause your application to instead build with the nightly feature enabled
|
To cause your application to instead build with the nightly feature enabled
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue