Bump alpha curve25519-dalek version to 4.0.0-pre.1.

This commit is contained in:
Isis Lovecruft 2021-08-17 00:40:38 +00:00
parent 62e38cd050
commit df4e2fa129
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ name = "curve25519-dalek"
# - update html_root_url
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "4.0.0-pre.0"
version = "4.0.0-pre.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"

View file

@ -18,7 +18,7 @@
#![deny(missing_docs)]
#![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.0")]
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.1")]
//! # curve25519-dalek [![](https://img.shields.io/crates/v/curve25519-dalek.svg)](https://crates.io/crates/curve25519-dalek) [![](https://img.shields.io/badge/dynamic/json.svg?label=docs&uri=https%3A%2F%2Fcrates.io%2Fapi%2Fv1%2Fcrates%2Fcurve25519-dalek%2Fversions&query=%24.versions%5B0%5D.num&colorB=4F74A6)](https://doc.dalek.rs) [![](https://travis-ci.org/dalek-cryptography/curve25519-dalek.svg?branch=master)](https://travis-ci.org/dalek-cryptography/curve25519-dalek)
//!