From 32b73b1ee991c6c2f143b231c75410c351dbf102 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 21 Jan 2024 00:46:34 +1000 Subject: [PATCH] Update crates.io description for cargo-binstall (#1583) Since the one on GitHub has changed. Signed-off-by: Jiahao XU --- crates/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 11a1de0f..6dcac580 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-binstall" -description = "Rust binary package installer for CI integration" +description = "Binary installation for rust projects" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/cargo-binstall" version = "1.6.0"