1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

Bump tauri-build from 2.0.0-beta.13 to 2.0.0-beta.15 in /src-tauri

Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 2.0.0-beta.13 to 2.0.0-beta.15.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.0.0-beta.13...tauri-build-v2.0.0-beta.15)

---
updated-dependencies:
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-11 16:16:02 +00:00 committed by Puyodead1
parent c063a51c8b
commit b2a7eaef5b
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.0.0-beta.12", features = [] }
tauri-build = { version = "2.0.0-beta.15", features = [] }
[dependencies]
tauri = { version = "2.0.0-beta.19", features = ["devtools", "tray-icon"] }