From 66795f2b95d5d2154c08d21f0937b342a3fbf17e Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:43:07 +0900 Subject: [PATCH 1/3] Fix `package.metadata.docs.rs.rustdoc-args` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 590ef2a..c630983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["competitive"] categories = ["algorithms", "data-structures"] [package.metadata.docs.rs] -rustdoc-args = ["--html-in-header", "katex-header.html"] +rustdoc-args = ["--html-in-header", "./doc/katex-header.html"] [lib] name = "ac_library" From 8b315c09b7c00ae2aaeb4a747a069ef2b87f1d1a Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:36:29 +0900 Subject: [PATCH 2/3] Release v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c630983..c401828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ac-library-rs" -version = "0.2.0-alpha.1" +version = "0.1.1" edition = "2018" rust-version = "1.42" description = "A Rust port of AtCoder Library (ACL)." From 05a5bd4c630ff90afe1a6767053edebfaa6ede07 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 22:37:25 +0900 Subject: [PATCH 3/3] Start next development iteration 0.2.0-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c401828..c630983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ac-library-rs" -version = "0.1.1" +version = "0.2.0-alpha.1" edition = "2018" rust-version = "1.42" description = "A Rust port of AtCoder Library (ACL)."