mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
a29d1fbabc
2 changed files with 6 additions and 6 deletions
|
|
@ -39,7 +39,7 @@ version = "^1.0"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.sha2]
|
[dependencies.sha2]
|
||||||
version = "0.7"
|
version = "0.6"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.failure]
|
[dependencies.failure]
|
||||||
|
|
@ -47,8 +47,8 @@ version = "^0.1.1"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex = "0.2"
|
hex = "0.3"
|
||||||
sha2 = "^0.6"
|
sha2 = "0.6"
|
||||||
bincode = "^0.9"
|
bincode = "^0.9"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -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.5"
|
version = "^0.6"
|
||||||
|
|
||||||
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.5"
|
version = "^0.6"
|
||||||
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
|
||||||
|
|
@ -145,7 +145,7 @@ verification.
|
||||||
To enable [serde](https://serde.rs) support, build `ed25519-dalek` with:
|
To enable [serde](https://serde.rs) support, build `ed25519-dalek` with:
|
||||||
|
|
||||||
[dependencies.ed25519-dalek]
|
[dependencies.ed25519-dalek]
|
||||||
version = "^0.5"
|
version = "^0.6"
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue