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 <FabianLars@users.noreply.github.com>
This commit is contained in:
FabianLars
2023-04-26 16:03:39 +00:00
committed by tauri-bot
parent 4a72fe40e0
commit 44a0763d5c

View File

@@ -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
```