From ac664c1f814d2bf7502ee054c4b38c29749e51fc Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:06:05 -0500 Subject: [PATCH] Update README.md (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61a21f..4655a1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cargo-action -A simple GitHub Action to invoke cargo/cross and commands. Inputs and usage inspired by action-rs' [cargo action](https://github.com/actions-rs/cargo), +A simple GitHub Action to invoke cargo/cross. Inputs and usage inspired by action-rs' [cargo action](https://github.com/actions-rs/cargo), with dtolnay's [rust-toolchain](https://github.com/dtolnay/rust-toolchain) as reference. Written for use in personal projects (i.e. [bottom](https://github.com/ClementTsang/bottom)), though feel free to use it on your own. Obligatory disclaimer that it may or may not work for your use case though - I'm open to issue reports and PRs however!