From 44a0763d5cd4698b63343cb97c5982b9256bd9eb Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 26 Apr 2023 16:03:39 +0000 Subject: [PATCH] ci: Add cli and clipboard mirrors Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4810838581 Co-authored-by: FabianLars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50665f6..8713350 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file: ```toml [dependencies] -tauri-plugin-localhost = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } +tauri-plugin-localhost = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "next" } portpicker = "0.1" # used in the example to pick a random free port ```