mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-07 20:50:38 +00:00
Merge branch 'release/3.2.1' into release/3.2
This commit is contained in:
commit
90be4d9e3b
2 changed files with 3 additions and 3 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 = "3.2.0"
|
version = "3.2.1"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -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/3.2.0")]
|
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/3.2.1")]
|
||||||
|
|
||||||
//! # 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)
|
||||||
//!
|
//!
|
||||||
|
|
@ -198,7 +198,7 @@
|
||||||
//! Please see [CONTRIBUTING.md][contributing].
|
//! Please see [CONTRIBUTING.md][contributing].
|
||||||
//!
|
//!
|
||||||
//! Patches and pull requests should be make against the `develop`
|
//! Patches and pull requests should be make against the `develop`
|
||||||
//! branch, **not** `master`.
|
//! branch, **not** `main`.
|
||||||
//!
|
//!
|
||||||
//! # About
|
//! # About
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue