diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 27b5d384fc3..945ff993e31 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 6cb58cd362e..1b6baaddbe0 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 6cb58cd362e..1b6baaddbe0 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"