mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge branch 'release/0.9.2'
This commit is contained in:
commit
732f681b95
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
@ -34,6 +34,7 @@ version = "0.6"
|
|||
|
||||
[dependencies.subtle]
|
||||
version = "^0.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.generic-array]
|
||||
# same version that digest depends on
|
||||
|
|
@ -48,7 +49,7 @@ version = "0.6"
|
|||
[features]
|
||||
nightly = ["radix_51"]
|
||||
default = ["std"]
|
||||
std = ["rand"]
|
||||
std = ["rand", "subtle/std"]
|
||||
alloc = []
|
||||
yolocrypto = []
|
||||
bench = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue