github tauri-apps/tauri tauri-build-v1.1.0
tauri-build v1.1.0

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 457 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (444 crate dependencies)
Crate:     ansi_term
Version:   0.12.1
Warning:   unmaintained
Title:     ansi_term is Unmaintained
Date:      2021-08-18
ID:        RUSTSEC-2021-0139
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0139
Dependency tree:
ansi_term 0.12.1
└── tracing-subscriber 0.3.15
    └── loom 0.5.6
        └── state 0.5.3
            └── tauri 1.1.0
                ├── tauri 1.1.0
                ├── restart 0.1.0
                └── app-updater 0.1.0

Crate:     xml-rs
Version:   0.8.4
Warning:   unmaintained
Title:     xml-rs is Unmaintained
Date:      2022-01-26
ID:        RUSTSEC-2022-0048
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0048
Dependency tree:
xml-rs 0.8.4
├── winrt-notification 0.5.1
│   └── notify-rust 4.5.8
│       └── tauri 1.1.0
│           ├── tauri 1.1.0
│           ├── restart 0.1.0
│           └── app-updater 0.1.0
└── plist 1.3.1
    └── tauri-codegen 1.1.0
        ├── tauri-macros 1.1.0
        │   └── tauri 1.1.0
        └── tauri-build 1.1.0
            └── app-updater 0.1.0

warning: 2 allowed warnings found

[1.1.0]

  • Rerun codegen if assets or icons change.
    • ff8fd761 fix(tauri-build): rerun if assets or icons change (#4910) on 2022-08-10
  • Create the desktop and mobile cfg aliases.
    • c04d0340 feat(core): prepare build for mobile targets (#4830) on 2022-08-02
  • Added support to configuration files in TOML format (Tauri.toml file).
    • ae83d008 feat: add support to TOML config file Tauri.toml, closes #4806 (#4813) on 2022-08-02
  • Enhance the dialog style on Windows via the manifest dependency Microsoft.Windows.Common-Controls v6.0.0.0.
    • 5c5c42ed feat(build): use modern dialog styles on Windows, closes #4709 (#4840) on 2022-08-02
  • Fix root of codegen output when using the CodegenContext API.
    • ed581950 fix(tauri-build): use ::tauri as root for the CodegenContext (#4894) on 2022-08-08
  • Return an error if a sidecar is configured with the same file name as the application.
  • Only rewrite temporary icon files when the content change, avoid needless rebuilds.
    • f957cbb5 fix(codegen): write output file when contents change (#4889) on 2022-08-09

Cargo Publish

Updating crates.io index
   Packaging tauri-build v1.1.0 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v1.1.0 (/home/runner/work/tauri/tauri/core/tauri-build)
 Downloading crates ...
  Downloaded cargo_toml v0.11.6
   Compiling proc-macro2 v1.0.43
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.4
   Compiling syn v1.0.99
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.132
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling serde_derive v1.0.144
   Compiling serde v1.0.144
   Compiling proc-macro-hack v0.5.19
   Compiling smallvec v1.9.0
   Compiling autocfg v1.1.0
   Compiling parking_lot_core v0.9.3
   Compiling new_debug_unreachable v1.0.4
   Compiling log v0.4.17
   Compiling scopeguard v1.1.0
   Compiling strsim v0.10.0
   Compiling precomputed-hash v0.1.1
   Compiling ident_case v1.0.1
   Compiling mac v0.1.1
   Compiling fnv v1.0.7
   Compiling once_cell v1.14.0
   Compiling serde_json v1.0.85
   Compiling tinyvec_macros v0.1.0
   Compiling utf-8 v0.7.6
   Compiling dtoa v0.4.8
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v1.0.3
   Compiling itoa v0.4.8
   Compiling convert_case v0.4.0
   Compiling ryu v1.0.11
   Compiling byteorder v1.4.3
   Compiling matches v0.1.9
   Compiling nodrop v0.1.14
   Compiling percent-encoding v2.2.0
   Compiling unicode-bidi v0.3.8
   Compiling bitflags v1.3.2
   Compiling thin-slice v0.1.1
   Compiling semver v1.0.14
   Compiling thiserror v1.0.35
   Compiling memchr v2.5.0
   Compiling anyhow v1.0.65
   Compiling same-file v1.0.6
   Compiling heck v0.4.0
   Compiling glob v0.3.0
   Compiling phf_shared v0.8.0
   Compiling phf_shared v0.10.0
   Compiling lock_api v0.4.8
   Compiling futf v0.1.5
   Compiling tinyvec v1.6.0
   Compiling dtoa-short v0.3.3
   Compiling fxhash v0.2.1
   Compiling servo_arc v0.1.1
   Compiling form_urlencoded v1.1.0
   Compiling walkdir v2.3.2
   Compiling tendril v0.4.3
   Compiling unicode-normalization v0.1.21
   Compiling getrandom v0.2.7
   Compiling idna v0.3.0
   Compiling rand_core v0.5.1
   Compiling rand_core v0.6.4
   Compiling parking_lot v0.12.1
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.3.1
   Compiling rand v0.7.3
   Compiling rand v0.8.5
   Compiling darling_core v0.13.4
   Compiling phf_generator v0.8.0
   Compiling phf_generator v0.10.0
   Compiling cssparser v0.27.2
   Compiling html5ever v0.25.2
   Compiling cssparser-macros v0.6.0
   Compiling derive_more v0.99.17
   Compiling thiserror-impl v1.0.35
   Compiling ctor v0.1.23
   Compiling phf_codegen v0.8.0
   Compiling phf_macros v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling phf_macros v0.10.0
   Compiling darling_macro v0.13.4
   Compiling selectors v0.22.0
   Compiling markup5ever v0.10.1
   Compiling phf v0.8.0
   Compiling phf v0.10.1
   Compiling darling v0.13.4
   Compiling string_cache v0.8.4
   Compiling url v2.3.1
   Compiling toml v0.5.9
   Compiling serde_with_macros v1.5.2
   Compiling treediff v3.0.2
   Compiling cargo_toml v0.11.6
   Compiling serde_with v1.14.0

Don't miss a new tauri release

NewReleases is sending notifications on new releases.