mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
c79f08d0a4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ed25519-dalek"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
authors = ["Isis Lovecruft <isis@torproject.org>"]
|
||||
readme = "README.md"
|
||||
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`:
|
||||
|
||||
[dependencies.ed25519-dalek]
|
||||
version = "^0.3"
|
||||
version = "^0.4"
|
||||
|
||||
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.3"
|
||||
version = "^0.4"
|
||||
features = ["nightly"]
|
||||
|
||||
To cause your application to instead build with the nightly feature enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue