apply version updates (#10685)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-19 21:35:58 -03:00
committed by GitHub
parent 30c7685eb8
commit 02f85dffbe
26 changed files with 172 additions and 46 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-rc.4]
### Dependencies
- Upgraded to `tauri-utils@2.0.0-rc.4`
## \[2.0.0-rc.3]
### Dependencies

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "2.0.0-rc.3"
version = "2.0.0-rc.4"
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@@ -20,7 +20,7 @@ quote = "1"
syn = "2"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "2.0.0-rc.3", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "2.0.0-rc.4", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "6", optional = true, default-features = false, features = [ "std" ] }