mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Bump curve25519-dalek version to 4.0.0-pre.2.
This commit is contained in:
parent
f78215308a
commit
c3ed99bf93
3 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ name = "curve25519-dalek"
|
||||||
# - update html_root_url
|
# - update html_root_url
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
# - if README was updated, also update module documentation in src/lib.rs
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "4.0.0-pre.1"
|
version = "4.0.0-pre.2"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ make doc-internal
|
||||||
To import `curve25519-dalek`, add the following to the dependencies section of
|
To import `curve25519-dalek`, add the following to the dependencies section of
|
||||||
your project's `Cargo.toml`:
|
your project's `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
curve25519-dalek = "4.0.0-pre.0"
|
curve25519-dalek = "4.0.0-pre.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Major Version API Changes
|
## Major Version API Changes
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#![deny(missing_docs)]
|
#![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/curve25519-dalek/4.0.0-pre.1")]
|
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.2")]
|
||||||
|
|
||||||
//! # curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
//! # curve25519-dalek [](https://crates.io/crates/curve25519-dalek) [](https://doc.dalek.rs) [](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
|
||||||
//!
|
//!
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
//! To import `curve25519-dalek`, add the following to the dependencies section of
|
//! To import `curve25519-dalek`, add the following to the dependencies section of
|
||||||
//! your project's `Cargo.toml`:
|
//! your project's `Cargo.toml`:
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! curve25519-dalek = "3"
|
//! curve25519-dalek = "4.0.0-pre.2"
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! The sole breaking change in the `3.x` series was an update to the `digest`
|
//! The sole breaking change in the `3.x` series was an update to the `digest`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue