From 238cf20a475e1e5356558e8b7f2ca98112575e28 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 10 Jun 2022 23:39:53 +0900 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10ea1c98..14c65d5e 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,11 @@ If you want a higher level of security, consider working on [#1](https://github. - [create-gh-release-action]: GitHub Action for creating GitHub Releases based on changelog. - [upload-rust-binary-action]: GitHub Action for building and uploading Rust binary to GitHub Releases. +- [setup-cross-toolchain-action]: GitHub Action for setup toolchains for cross compilation and cross testing for Rust. [cargo-binstall]: https://github.com/ryankurte/cargo-binstall [create-gh-release-action]: https://github.com/taiki-e/create-gh-release-action +[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