From bcd0e74b24dcb4396f5d0f93b9f269feb76fe4d7 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 15 Feb 2023 13:33:13 +0000 Subject: [PATCH] chore: Add MSRV to all readmes (#255) * chore: Add MSRV to all readmes * fix single-instance support matrix * wording * wording * typo Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4184387391 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23b0757..50665f6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Expose your apps assets through a localhost server instead of the default custom ## Install +_This plugin requires a Rust version of at least **1.64**_ + There are three general methods of installation that we can recommend. 1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)