From b40cf143514179d9c0aea064c1e213fdf701aa12 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 16 Nov 2017 00:59:36 +0000 Subject: [PATCH 1/2] Maybe this gets rustdoc to build with latex headers??? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d634479..3f0a146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [package.metadata.docs.rs] -rustdoc-args = ["--html-in-header rustdoc-include-katex-header.html"] +rustdoc-args = ["--html-in-header", "rustdoc-include-katex-header.html"] [badges] travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"} From d267a5c54bf3c4ac5ac8fd3ddd202185b4a000c5 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 16 Nov 2017 01:00:29 +0000 Subject: [PATCH 2/2] Bump curve25519-dalek version to 0.13.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f0a146..17b6ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.13.0" +version = "0.13.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"