From 5f5c7c7a3247110549b3638632fdf0030c7dce05 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 15 Sep 2024 08:47:58 -0300 Subject: [PATCH] fix(ci): downgrade mac-notification-sys to 0.6.1 fixes a cc build script usage --- .github/workflows/covector-version-or-publish-v1.yml | 1 + core/tauri-config-schema/schema.json | 1 + tooling/cli/schema.json | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 27b5d384fc31..945ff993e310 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -131,6 +131,7 @@ jobs: cargo update -p native-tls --precise 0.2.11 cargo update -p ppv-lite86 --precise 0.2.17 cargo update -p xml-rs --precise 0.8.20 + cargo update -p mac-notification-sys --precise 0.6.1 - name: Downgrade crates with MSRV conflict (bundler) # This is for the bundler but since cli depends on the bundler we enable it for the cli too diff --git a/core/tauri-config-schema/schema.json b/core/tauri-config-schema/schema.json index 6cb58cd362e9..1b6baaddbe04 100644 --- a/core/tauri-config-schema/schema.json +++ b/core/tauri-config-schema/schema.json @@ -248,6 +248,7 @@ }, "version": { "description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.", + "default": null, "type": [ "string", "null" diff --git a/tooling/cli/schema.json b/tooling/cli/schema.json index 6cb58cd362e9..1b6baaddbe04 100644 --- a/tooling/cli/schema.json +++ b/tooling/cli/schema.json @@ -248,6 +248,7 @@ }, "version": { "description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.", + "default": null, "type": [ "string", "null"