From 5f3ac71738c845b4a148a165c283a1c0c7037554 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 16 Apr 2023 14:37:39 -0700 Subject: [PATCH] Update description. --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aa83b77..9fa9239 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,8 @@ name: 'Setup Rust and Cargo' author: 'Miles Johnson' -description: 'Sets up Rust and Cargo.' +description: + 'Sets up Rust by installing a toolchain, components, and targets with rustup. Also sets up Cargo + by installing necessary binaries and caching when applicable.' inputs: bins: description: 'Comma-separated list of global binaries to install.'