fix(ci): bump tauri-cli to 2.8.3 to match @tauri-apps/cli

This commit is contained in:
Lucas Nogueira
2025-08-25 10:32:46 -03:00
parent 16348ac2bd
commit df61fac2b5
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -8613,7 +8613,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.8.2"
version = "2.8.3"
dependencies = [
"anyhow",
"ar",

View File

@@ -1,6 +1,6 @@
# Changelog
## \[2.8.2]
## \[2.8.3]
### Bug Fixes

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.8.2"
version = "2.8.3"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
rust-version = "1.77.2"

View File

@@ -8,7 +8,7 @@
### Dependencies
- Upgraded to `tauri-cli@2.8.2`
- Upgraded to `tauri-cli@2.8.3`
## \[2.8.2]