mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Bump patch version
This commit is contained in:
parent
64c542ec84
commit
96796e620e
2 changed files with 11 additions and 2 deletions
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
Entries are listed in reverse chronological order.
|
Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
* Disabled KaTeX on `docs.rs` pending proper [support upstream](https://github.com/rust-lang/docs.rs/issues/302).
|
||||||
|
|
||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
* Fixed an issue related to `#[cfg(rustdoc)]` which prevented documenting multiple backends.
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
* Adds support for precomputation for multiscalar multiplication.
|
* Adds support for precomputation for multiscalar multiplication.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "curve25519-dalek"
|
name = "curve25519-dalek"
|
||||||
version = "1.1.1"
|
version = "1.1.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"
|
||||||
|
|
@ -19,7 +19,8 @@ exclude = [
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
|
# Disabled for now since this is borked; tracking https://github.com/rust-lang/docs.rs/issues/302
|
||||||
|
# rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
|
||||||
features = ["nightly", "simd_backend"]
|
features = ["nightly", "simd_backend"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue