diff --git a/Cargo.toml b/Cargo.toml index 7a25c98..025618f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.9.1" +version = "0.9.2" authors = ["Isis Lovecruft ", "Henry de Valence "] 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 = []