This commit is contained in:
Lucas Nogueira
2024-02-03 15:40:29 -03:00
parent 18e478aba0
commit abd0176cc1
124 changed files with 374 additions and 414 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies]
tauri-plugin-{{plugin-name}} = "2.0.0-alpha"
tauri-plugin-{{plugin-name}} = "2.0.0-beta"
# alternatively with Git:
tauri-plugin-{{plugin-name}} = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```