Merge pull request #971 from tauri-apps/chore/tauri-beta-3

chore: update to tauri beta.4
This commit is contained in:
Lucas Fernandes Nogueira
2024-02-21 14:32:22 -03:00
committed by GitHub
116 changed files with 4797 additions and 1627 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx)
## Install
_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_
There are three general methods of installation that we can recommend.
+1 -1
View File
@@ -24,6 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.0"
"@tauri-apps/api": "2.0.0-beta.2"
}
}