Skip to content

Commit

Permalink
Update rand_core to 0.4.2 and attempt to avoid pulling in ed25519-dalek
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed Aug 11, 2019
1 parent 0611f91 commit 33083a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ optional = true
features = ["i128_support"]

[dependencies.rand_core]
version = "0.4" # 0.5
version = "0.4.2" # 0.5
default-features = false

[dependencies.rand_os]
version = "0.1.3" # 0.2
version = "0.1.3" # 0.2.1
default-features = false
optional = true

Expand Down Expand Up @@ -97,6 +97,6 @@ stdweb = ["rand_os/stdweb"]
wasm-bindgen = ["rand_os/wasm-bindgen"]
asm = ["sha2/asm"]
yolocrypto = ["curve25519-dalek/yolocrypto"]
u64_backend = ["curve25519-dalek/u64_backend", "ed25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend", "ed25519-dalek/u32_backend"]
avx2_backend = ["curve25519-dalek/avx2_backend", "ed25519-dalek/avx2_backend"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
avx2_backend = ["curve25519-dalek/avx2_backend"]

0 comments on commit 33083a9

Please sign in to comment.