Skip to content

Commit

Permalink
fix(ci): downgrade mac-notification-sys to 0.6.1
Browse files Browse the repository at this point in the history
fixes a cc build script usage
  • Loading branch information
lucasfernog committed Sep 15, 2024
1 parent 26d243f commit 5f5c7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions core/tauri-config-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tooling/cli/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f5c7c7

Please sign in to comment.