github tauri-apps/tauri cli.rs-v1.0.3
cli.rs v1.0.3

latest releases: tauri-cli-v1.6.4, @tauri-apps/cli-v1.6.4, tauri-bundler-v1.7.2...
2 years ago

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 421 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (451 crate dependencies)

[1.0.3]

  • Changed the app template to not set the default app menu as it is now set automatically on macOS which is the platform that needs a menu to function properly.
    • 91055883 feat: add implicit default menu for macOS only, closes #4551 (#4570) on 2022-07-04
  • Improved bundle identifier validation showing the exact source of the configuration value.
    • 8e3e7fc6 feat(cli): improve bundle identifier validation, closes #4589 (#4596) on 2022-07-05
  • Improve configuration deserialization error messages.
    • 9170c920 feat(core): improve config deserialization error messages (#4607) on 2022-07-06
  • Skip the static link of the vcruntime140.dll if the STATIC_VCRUNTIME environment variable is set to false.
  • The TAURI_CONFIG environment variable now represents the configuration to be merged instead of the entire JSON.
    • fa028ebf refactor: do not pass entire config from CLI to core, send patch instead (#4598) on 2022-07-06
  • Watch for Cargo workspace members in the dev file watcher.
    • dbb8c87b feat(cli): watch Cargo workspaces in the dev command, closes #4222 (#4572) on 2022-07-03

Cargo Publish

Updating crates.io index
   Packaging tauri-cli v1.0.3 (/home/runner/work/tauri/tauri/tooling/cli)
   Verifying tauri-cli v1.0.3 (/home/runner/work/tauri/tauri/tooling/cli)
 Downloading crates ...
  Downloaded unicode-width v0.1.9
  Downloaded rpassword v5.0.1
  Downloaded clap v3.2.7
  Downloaded terminal_size v0.2.1
  Downloaded toml_edit v0.14.4
  Downloaded colored v2.0.0
  Downloaded ghash v0.4.4
  Downloaded time v0.1.44
  Downloaded mio v0.6.23
  Downloaded lazycell v1.3.0
  Downloaded sval v1.0.0-alpha.5
  Downloaded cipher v0.3.0
  Downloaded either v1.6.1
  Downloaded aead v0.4.3
  Downloaded filetime v0.2.16
  Downloaded dialoguer v0.10.1
  Downloaded ctrlc v3.2.2
  Downloaded crypto-common v0.1.3
  Downloaded base64ct v1.0.1
  Downloaded cfg-if v0.1.10
  Downloaded scrypt v0.8.1
  Downloaded zeroize v1.5.5
  Downloaded console v0.15.0
  Downloaded hmac v0.12.1
  Downloaded env_logger v0.9.0
  Downloaded json5 v0.4.1
  Downloaded iovec v0.1.4
  Downloaded io-lifetimes v0.7.2
  Downloaded opaque-debug v0.3.0
  Downloaded subtle v2.4.1
  Downloaded pin-project-internal v1.0.10
  Downloaded pin-project v1.0.10
  Downloaded universal-hash v0.4.1
  Downloaded password-hash v0.3.2
  Downloaded serde v1.0.137
  Downloaded ucd-trie v0.1.3
  Downloaded unicode-normalization v0.1.20
  Downloaded json-pointer v0.3.4
  Downloaded shared_child v1.0.0
  Downloaded salsa20 v0.9.0
  Downloaded publicsuffix v1.5.6
  Downloaded polyval v0.5.3
  Downloaded uritemplate-next v0.2.0
  Downloaded smallvec v1.8.1
  Downloaded rustix v0.35.7
  Downloaded valico v3.6.0
  Downloaded schemars_derive v0.8.10
  Downloaded schemars v0.8.10
  Downloaded serde_derive_internals v0.26.0
  Downloaded linux-raw-sys v0.0.46
  Downloaded os_info v3.4.0
  Downloaded include_dir_macros v0.7.2
  Downloaded semver v1.0.10
  Downloaded os_pipe v1.0.1
  Downloaded chrono v0.4.19
  Downloaded ctr v0.8.0
  Downloaded minisign v0.7.0
  Downloaded aes-gcm v0.9.4
  Downloaded serde_derive v1.0.137
  Downloaded jsonway v2.0.0
  Downloaded serde_json v1.0.81
  Downloaded nix v0.24.1
  Downloaded mio-extras v2.0.6
  Downloaded bytemuck v1.9.1
  Downloaded notify v4.0.17
  Downloaded pbkdf2 v0.10.1
  Downloaded net2 v0.2.37
  Downloaded inotify v0.7.1
  Downloaded inotify-sys v0.1.5
  Downloaded include_dir v0.7.2
  Downloaded dyn-clone v1.0.6
  Downloaded aes v0.7.5
  Downloaded tauri-bundler v1.0.3
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.40
   Compiling quote v1.0.20
   Compiling unicode-ident v1.0.1
   Compiling syn v1.0.98
   Compiling version_check v0.9.4
   Compiling autocfg v1.1.0
   Compiling libc v0.2.126
   Compiling serde_derive v1.0.137
   Compiling typenum v1.15.0
   Compiling siphasher v0.3.10
   Compiling serde v1.0.137
   Compiling once_cell v1.13.0
   Compiling ppv-lite86 v0.2.16
   Compiling getrandom v0.1.16
   Compiling scopeguard v1.1.0
   Compiling smallvec v1.8.1
   Compiling proc-macro-hack v0.5.19
   Compiling subtle v2.4.1
   Compiling matches v0.1.9
   Compiling parking_lot_core v0.9.3
   Compiling log v0.4.17
   Compiling sval v1.0.0-alpha.5

Don't miss a new tauri release

NewReleases is sending notifications on new releases.