update to tauri v2

This commit is contained in:
Lucas Nogueira
2024-10-02 09:58:19 -03:00
parent 0975a687a0
commit c8bff07c7f
60 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies.tauri-plugin-sql]
features = ["sqlite"] # or "postgres", or "mysql"
version = "2.0.0-rc"
version = "2.0.0"
# alternatively with Git
git = "https://github.com/tauri-apps/plugins-workspace"
branch = "v2"
+1 -1
View File
@@ -25,6 +25,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.6"
"@tauri-apps/api": "^2.0.0"
}
}