feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)

* update to tauri v2

* covector setup

* update locks

* bump packages to v2 through covector, remove rc references

* msrv 1.78

* downgrade 1.79 msrv dep

* test clipboard

* fmt

* bitstream-io 2.3.0

* Revert "test clipboard"

This reverts commit c3e19dbe59.
This commit is contained in:
Lucas Fernandes Nogueira
2024-10-02 12:08:37 -03:00
committed by GitHub
parent 0975a687a0
commit e8069af804
203 changed files with 584 additions and 985 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
## Install
_This plugin requires a Rust version of at least **1.75**_
_This plugin requires a Rust version of at least **1.78**_
There are three general methods of installation that we can recommend.
@@ -26,7 +26,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies]
tauri-plugin-PLUGIN_NAME = "2.0.0-rc"
tauri-plugin-PLUGIN_NAME = "2.0.0"
# alternatively with Git:
tauri-plugin-PLUGIN_NAME = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
+1 -1
View File
@@ -24,6 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.6"
"@tauri-apps/api": "^2.0.0"
}
}