Fix documentation field in detect-targets/Cargo.toml (#346)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-09-05 15:00:36 +10:00 committed by GitHub
parent 4885cfbb88
commit 02df445926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
name = "detect-targets" name = "detect-targets"
description = "Detect the target of the env at runtime" description = "Detect the target of the env at runtime"
repository = "https://github.com/cargo-bins/cargo-binstall" repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/detect-target" documentation = "https://docs.rs/detect-targets"
version = "0.1.1" version = "0.1.1"
rust-version = "1.61.0" rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"] authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]