dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
328 stars 133 forks source link

Update rand_core dependency to version 0.6 #80

Closed inorick closed 2 years ago

inorick commented 2 years ago

Since version 0.6, rand_core::OsRng is behind a feature flag. As OsRng is used in doc tests, the missing feature is added as a dev-dependency.

isislovecruft commented 2 years ago

Hi @inorick! Thanks for the PR. The rand_core dependency was already updated to 0.6 in 9717eb8 which has been merged and released in version 2.0.0-pre.0.