mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Bump curve25519-dalek to 2.1.1.
This commit is contained in:
parent
bb889e478d
commit
0f07443c2d
3 changed files with 7 additions and 2 deletions
|
|
@ -5,6 +5,11 @@ major series.
|
||||||
|
|
||||||
## 2.x series
|
## 2.x series
|
||||||
|
|
||||||
|
### 2.1.1
|
||||||
|
|
||||||
|
* Update the optional `packed-simd` dependency to rely on a newer,
|
||||||
|
maintained version of the `packed-simd-2` crate.
|
||||||
|
|
||||||
### 2.1.0
|
### 2.1.0
|
||||||
|
|
||||||
* Make `Scalar::from_bits` a `const fn`, allowing its use in `const` contexts.
|
* Make `Scalar::from_bits` a `const fn`, allowing its use in `const` contexts.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ 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.0"
|
version = "2.1.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"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
|
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
|
||||||
#![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.0")]
|
#![doc(html_root_url = "https://docs.rs/curve25519-dalek/2.1.1")]
|
||||||
|
|
||||||
//! Note that docs will only build on nightly Rust until
|
//! Note that docs will only build on nightly Rust until
|
||||||
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
|
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue