From a1eb5960a9d78f0a301577f73e490ded004879bb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 19 Feb 2024 10:40:55 -0800 Subject: [PATCH] Release 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f75bc5..42071d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-docs-rs" -version = "0.1.9" +version = "0.1.10" authors = ["David Tolnay "] categories = ["development-tools::cargo-plugins"] description = "Imitate the documentation build that docs.rs would do"