From 02df44592641f4d99d2cd72b9827cc7b3c0799ba Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 5 Sep 2022 15:00:36 +1000 Subject: [PATCH] Fix `documentation` field in `detect-targets/Cargo.toml` (#346) Signed-off-by: Jiahao XU --- crates/detect-targets/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index 6da0416e..4d0016e4 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -2,7 +2,7 @@ name = "detect-targets" description = "Detect the target of the env at runtime" repository = "https://github.com/cargo-bins/cargo-binstall" -documentation = "https://docs.rs/detect-target" +documentation = "https://docs.rs/detect-targets" version = "0.1.1" rust-version = "1.61.0" authors = ["Jiahao XU "]