From b75a50543945b57b62b81d167bdbf2a00f9dd9c6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 10 Jun 2022 23:38:45 +0900 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa4d7c0..ce4353f 100644 --- a/README.md +++ b/README.md @@ -198,10 +198,14 @@ jobs: - [upload-rust-binary-action]: GitHub Action for building and uploading Rust binary to GitHub Releases. - [parse-changelog]: Simple changelog parser, written in Rust. Used in this action. +- [install-action]: GitHub Action for installing development tools. +- [setup-cross-toolchain-action]: GitHub Action for setup toolchains for cross compilation and cross testing for Rust. +[install-action]: https://github.com/taiki-e/install-action [keepachangelog]: https://keepachangelog.com/en/1.0.0 [parse-changelog]: https://github.com/taiki-e/parse-changelog [semver]: https://semver.org +[setup-cross-toolchain-action]: https://github.com/taiki-e/setup-cross-toolchain-action [upload-rust-binary-action]: https://github.com/taiki-e/upload-rust-binary-action ## License