Skip to content

tauri-build v2.0.0-beta.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 15:55
2333cd1

Updating crates.io index

Cargo Audit

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

[2.0.0-beta.0]

New Features

Enhancements

  • e8d3793c(#8732) Add config-json cargo feature flag (enabled by default) to. Disabling this feature flag will stop cargo from rebuilding when tauri.conf.json changes, see #8721 for more info.

Dependencies

  • Upgraded to tauri-utils@2.0.0-beta.0
  • Upgraded to tauri-codegen@2.0.0-beta.0

Breaking Changes

  • 8de308d1(#8723) Restructured Tauri config per RFC#5:

    • Moved package.productName, package.version and tauri.bundle.identifier fields to the top-level.
    • Removed package object.
    • Renamed tauri object to app.
    • Moved tauri.bundle object to the top-level.
    • Renamed build.distDir field to frontendDist.
    • Renamed build.devPath field to devUrl and will no longer accepts paths, it will only accept URLs.
    • Moved tauri.pattern to app.security.pattern.
    • Removed tauri.bundle.updater object, and its fields have been moved to the updater plugin under plugins.updater object.
    • Moved build.withGlobalTauri to app.withGlobalTauri.
    • Moved tauri.bundle.dmg object to bundle.macOS.dmg.
    • Moved tauri.bundle.deb object to bundle.linux.deb.
    • Moved tauri.bundle.appimage object to bundle.linux.appimage.
    • Removed all license fields from each bundle configuration object and instead added bundle.license and bundle.licenseFile.
    • Renamed AppUrl to FrontendDist and refactored its variants to be more explicit.
  • 0cdfda28(#8737) Moved mobile::PluginBuilder, mobile::update_entitlements, config::plugin_config and mobile::update_android_manifest to the new tauri-plugin crate.

  • 74a2a603(#8661) CodegenContext::build and CodegenContext::try_build have been removed, use tauri_build::try_build(tauri_build::Attributes::new().codegen(codegen)) instead.

Cargo Publish

Updating crates.io index
   Packaging tauri-build v2.0.0-beta.0 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v2.0.0-beta.0 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded cargo_toml v0.17.2
  Downloaded cargo_metadata v0.18.1
  Downloaded embed-resource v2.4.1
  Downloaded tauri-winres v0.1.1
   Compiling proc-macro2 v1.0.78
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.153
   Compiling serde v1.0.196
   Compiling siphasher v0.3.11
   Compiling ppv-lite86 v0.2.17
   Compiling syn v1.0.109
   Compiling getrandom v0.1.16
   Compiling quote v1.0.35
   Compiling syn v2.0.48
   Compiling getrandom v0.2.12
   Compiling rand_core v0.6.4
   Compiling rand_core v0.5.1
   Compiling rand_chacha v0.3.1
   Compiling autocfg v1.1.0
   Compiling rand v0.8.5
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling phf_shared v0.10.0
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling equivalent v1.0.1
   Compiling smallvec v1.13.1
   Compiling hashbrown v0.14.3
   Compiling phf_generator v0.8.0
   Compiling phf_generator v0.10.0
   Compiling lock_api v0.4.11
   Compiling indexmap v2.2.2
   Compiling fnv v1.0.7
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling winnow v0.5.37
   Compiling parking_lot_core v0.9.9
   Compiling semver v1.0.21
   Compiling serde_json v1.0.113
   Compiling scopeguard v1.2.0
   Compiling new_debug_unreachable v1.0.4
   Compiling phf_codegen v0.10.0
   Compiling string_cache_codegen v0.5.2
   Compiling precomputed-hash v0.1.1
   Compiling mac v0.1.1
   Compiling ryu v1.0.16
   Compiling ident_case v1.0.1
   Compiling itoa v1.0.10
   Compiling serde_derive v1.0.196
   Compiling byteorder v1.5.0
   Compiling tinyvec_macros v0.1.1
   Compiling strsim v0.10.0
   Compiling darling_core v0.20.5
   Compiling tinyvec v1.6.0
   Compiling phf_macros v0.8.0
   Compiling cssparser v0.27.2
   Compiling markup5ever v0.11.0
   Compiling futf v0.1.5
   Compiling parking_lot v0.12.1
   Compiling phf_codegen v0.8.0
   Compiling indexmap v1.9.3
   Compiling utf-8 v0.7.6
   Compiling thiserror v1.0.56
   Compiling dtoa v1.0.9
   Compiling once_cell v1.19.0
   Compiling log v0.4.20
   Compiling dtoa-short v0.3.4
   Compiling tendril v0.4.3
   Compiling darling_macro v0.20.5
   Compiling selectors v0.22.0
   Compiling phf v0.8.0
   Compiling unicode-normalization v0.1.22
   Compiling html5ever v0.26.0
   Compiling cssparser-macros v0.6.1
   Compiling thiserror-impl v1.0.56
   Compiling phf v0.10.1
   Compiling phf_shared v0.11.2
   Compiling itoa v0.4.8
   Compiling stable_deref_trait v1.2.0
   Compiling hashbrown v0.12.3
   Compiling percent-encoding v2.3.1
   Compiling nodrop v0.1.14
   Compiling convert_case v0.4.0
   Compiling matches v0.1.10
   Compiling unicode-bidi v0.3.15
   Compiling camino v1.1.6
   Compiling idna v0.5.0
   Compiling toml_datetime v0.6.5
   Compiling serde_spanned v0.6.5
   Compiling toml_edit v0.21.1
   Compiling string_cache v0.8.7
   Compiling derive_more v0.99.17
   Compiling toml v0.8.9
   Compiling servo_arc v0.1.1
   Compiling form_urlencoded v1.2.1
   Compiling phf_generator v0.11.2
   Compiling darling v0.20.5
   Compiling fxhash v0.2.1
   Compiling serde_derive_internals v0.26.0
   Compiling bitflags v1.3.2
   Compiling memchr v2.7.1
   Compiling schemars v0.8.16
   Compiling uuid v1.7.0
   Compiling thin-slice v0.1.1
   Compiling cfb v0.7.3
   Compiling schemars_derive v0.8.16
   Compiling serde_with_macros v3.6.0
   Compiling phf_macros v0.11.2
   Compiling url v2.5.0
   Compiling treediff v4.0.3
   Compiling rustc_version v0.4.0
   Compiling toml_edit v0.19.15
   Compiling cargo-platform v0.1.6
   Compiling cc v1.0.83
   Compiling anyhow v1.0.79
   Compiling same-file v1.0.6
   Compiling dyn-clone v1.0.16
   Compiling embed-resource v2.4.1
   Compiling walkdir v2.4.0
   Compiling toml v0.7.8
   Compiling phf v0.11.2
   Compiling cargo_metadata v0.18.1
   Compiling kuchikiki v0.8.2
   Compiling serde_with v3.6.0
   Compiling json-patch v1.2.0
   Compiling infer v0.15.0
   Compiling ctor v0.2.6
   Compiling dirs-sys-next v0.1.2
   Compiling dunce v1.0.4
   Compiling heck v0.4.1
   Compiling glob v0.3.1
   Compiling dirs-next v2.0.0
   Compiling tauri-winres v0.1.1
   Compiling tauri-utils v2.0.0-beta.0
   Compiling cargo_toml v0.17.2
   Compiling tauri-build v2.0.0-beta.0 (/home/runner/work/tauri/tauri/target/package/tauri-build-2.0.0-beta.0)
    Finished dev [unoptimized + debuginfo] target(s) in 32.82s
    Packaged 14 files, 63.7KiB (18.8KiB compressed)
   Uploading tauri-build v2.0.0-beta.0 (/home/runner/work/tauri/tauri/core/tauri-build)
    Uploaded tauri-build v2.0.0-beta.0 to registry `crates-io`
note: Waiting for `tauri-build v2.0.0-beta.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-build v2.0.0-beta.0 at registry `crates-io`