소스 검색

fix(ci): downgrade mac-notification-sys to 0.6.1

fixes a cc build script usage
Lucas Nogueira 10 달 전
부모
커밋
5f5c7c7a32
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/covector-version-or-publish-v1.yml
  2. 1 0
      core/tauri-config-schema/schema.json
  3. 1 0
      tooling/cli/schema.json

+ 1 - 0
.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

+ 1 - 0
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"

+ 1 - 0
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"