diff --git a/Cargo.toml b/Cargo.toml index a1a72f11..afd2af77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.8.50" +version = "0.8.51" edition = "2024" publish = false diff --git a/apps/gui/Cargo.toml b/apps/gui/Cargo.toml index 32c1ce0c..0efc0af2 100644 --- a/apps/gui/Cargo.toml +++ b/apps/gui/Cargo.toml @@ -121,8 +121,8 @@ tauri-runtime-blitz = { version = "^0.3", optional = true, features = ["macos-pr # file. Working against a local checkout stays possible through the `[patch]` # entries in `.cargo/config.toml`, so the default exercises what a release # actually resolves. -blitz-dom = { package = "ps-blitz-dom", version = "^0.3", features = ["system-fonts", "parallel-construct"], optional = true } -blitz-script = { package = "ps-blitz-script", version = "^0.3", features = ["system-fonts"], optional = true } +blitz-dom = { package = "ps-blitz-dom", version = "^0.4", features = ["system-fonts", "parallel-construct"], optional = true } +blitz-script = { package = "ps-blitz-script", version = "^0.4", features = ["system-fonts"], optional = true } brotli = { version = "8.0.4", default-features = false, features = ["std"], optional = true } url = { version = "2.5.8", optional = true } tauri-plugin-updater = "2"