diff --git a/.github/workflows/publish-cli-js.yml b/.github/workflows/publish-cli-js.yml index 4dd16d6f0..29fc1e559 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -43,7 +43,7 @@ jobs: - host: windows-latest architecture: x64 target: aarch64-pc-windows-msvc - build: yarn build:release --target aarch64-pc-windows-msvc --features native-tls,native-tls-vendored --cargo-flags="--no-default-features" + build: yarn build:release --target aarch64-pc-windows-msvc - host: ubuntu-20.04 target: x86_64-unknown-linux-gnu docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian diff --git a/.github/workflows/publish-cli-rs.yml b/.github/workflows/publish-cli-rs.yml index 39f4483f6..882d6b139 100644 --- a/.github/workflows/publish-cli-rs.yml +++ b/.github/workflows/publish-cli-rs.yml @@ -37,7 +37,7 @@ jobs: - os: windows-latest rust_target: aarch64-pc-windows-msvc ext: ".exe" - args: "--no-default-features --features native-tls,native-tls-vendored" + args: "" steps: - name: Checkout diff --git a/core/tauri-config-schema/schema.json b/core/tauri-config-schema/schema.json index e35c036bf..36bb7a062 100644 --- a/core/tauri-config-schema/schema.json +++ b/core/tauri-config-schema/schema.json @@ -248,7 +248,6 @@ }, "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 e35c036bf..36bb7a062 100644 --- a/tooling/cli/schema.json +++ b/tooling/cli/schema.json @@ -248,7 +248,6 @@ }, "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"