mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge branch 'release/2.0.0-pre.1' into release/2.0
This commit is contained in:
commit
3fc0108d7d
3 changed files with 7 additions and 2 deletions
|
|
@ -4,6 +4,11 @@ Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
# 2.x Series
|
# 2.x Series
|
||||||
|
|
||||||
|
## 2.0.0-pre.1
|
||||||
|
|
||||||
|
* Loosen restriction on zeroize dependency version from =1.3 to 1.
|
||||||
|
* Update MSRV to 1.51.
|
||||||
|
|
||||||
## 2.0.0-pre.0
|
## 2.0.0-pre.0
|
||||||
|
|
||||||
* Update `rand_core` dependency to `0.6`.
|
* Update `rand_core` dependency to `0.6`.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||||
# - update html_root_url
|
# - update html_root_url
|
||||||
# - update CHANGELOG
|
# - update CHANGELOG
|
||||||
# - if any changes were made to README.md, mirror them in src/lib.rs docs
|
# - if any changes were made to README.md, mirror them in src/lib.rs docs
|
||||||
version = "2.0.0-pre.0"
|
version = "2.0.0-pre.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Isis Lovecruft <isis@patternsinthevoid.net>",
|
"Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"DebugSteven <debugsteven@gmail.com>",
|
"DebugSteven <debugsteven@gmail.com>",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#![cfg_attr(feature = "bench", feature(test))]
|
#![cfg_attr(feature = "bench", feature(test))]
|
||||||
#![cfg_attr(feature = "nightly", deny(missing_docs))]
|
#![cfg_attr(feature = "nightly", deny(missing_docs))]
|
||||||
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
|
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
|
||||||
#![doc(html_root_url = "https://docs.rs/x25519-dalek/2.0.0-pre.0")]
|
#![doc(html_root_url = "https://docs.rs/x25519-dalek/2.0.0-pre.1")]
|
||||||
|
|
||||||
//! # x25519-dalek [](https://crates.io/crates/x25519-dalek) [](https://docs.rs/x25519-dalek) [](https://travis-ci.org/dalek-cryptography/x25519-dalek)
|
//! # x25519-dalek [](https://crates.io/crates/x25519-dalek) [](https://docs.rs/x25519-dalek) [](https://travis-ci.org/dalek-cryptography/x25519-dalek)
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue