mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-11 21:31:09 +00:00
Bump curve25519-dalek version to 2.1.3.
This commit is contained in:
parent
233130c55b
commit
ff25109f25
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ name = "curve25519-dalek"
|
||||||
# - update CHANGELOG
|
# - update CHANGELOG
|
||||||
# - update html_root_url
|
# - update html_root_url
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
version = "2.1.2"
|
# - if README was updated, also update module documenation in src/lib.rs
|
||||||
|
version = "2.1.3"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,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/2.1.2")]
|
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/2.1.3")]
|
||||||
|
|
||||||
//! # 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)
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue