Skip to content

Releases: tauri-apps/tauri

@tauri-apps/cli v1.4.0

14 Jun 16:44
b7ae725

Choose a tag to compare

[1.4.0]

New Features

  • 0ddbb3a1(#7015) Provide prebuilt CLIs for Windows ARM64 targets.
  • 35cd751a(#5176) Added the desktop_template option on tauri.conf.json > tauri > bundle > deb.
  • 6c5ade08(#4537) Added tauri completions to generate shell completions scripts.
  • e092f799(#6887) Add nsis > template option to specify custom NSIS installer template.

Enhancements

  • d75c1b82(#7181) Print a useful error when updater bundle target is specified without an updater-enabled target.
  • 52474e47(#7141) Enhance injection of Cargo features.
  • 2659ca1a(#6900) Add rustls as default Cargo feature.

Bug Fixes

  • 3cb7a3e6(#6997) Fix built-in devserver adding hot-reload code to non-html files.
  • fb7ef8da(#6667) Fix nodejs binary regex when 0 is in the version name, for example node-20
  • 1253bbf7(#7013) Fixes Cargo.toml feature rewriting.

@tauri-apps/api v1.4.0

14 Jun 16:29
b7ae725

Choose a tag to compare

Yarn Audit

yarn audit v1.22.19
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.68s.

[1.4.0]

New Features

  • 359058ce(#5939) Add locale function in the os module to get the system locale.
  • c4d6fb4b(#2353) Added the maximizable, minimizable and closable fields on WindowOptions.
  • c4d6fb4b(#2353) Added the setMaximizable, setMinimizable, setClosable, isMaximizable, isMinimizable and isClosable methods.
  • 000104bc(#6472) Add WebviewWindow.is_focused and WebviewWindow.getFocusedWindow getters.

tauri v2.0.0-alpha.9

18 May 12:39
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.9]

  • 256c30c7(#6863) Enhance parsing of annotated Android plugin methods to support private functions.
  • 73c803a5(#6837) Added static function loadConfig on the Android PluginManager class.
  • edb16d13(#6831) Adjust Android plugin exception error.
  • 0ab5f40d(#6813) Add channel API for sending data across the IPC.
  • 31444ac1(#6725) On Android, update proguard rules.
  • 8ce32e74(#6986) Add default_window_icon getter on App and AppHandle.
  • 2a5175a8(#6779) Enhance Android's JSObject return types.
  • bb2a8ccf(#6830) Use actual iOS plugin instance to run command with throws.
  • 94224906(#6783) Generate TauriActivity Kotlin class on the build script.
  • 7a4b1fb9(#6839) Added support to attibutes for each command path in the generate_handler macro.
  • 9a79dc08(#6947) Remove enable_tauri_api from the IPC scope.
  • dfa407ff(#6763) Expose plugin configuration on the Android and iOS plugin classes.
  • 3245d14b(#6895) Moved the app feature to its own plugin in the plugins-workspace repository.
  • 09376af5(#6704) Moved the cli feature to its own plugin in the plugins-workspace repository.
  • 2d5378bf(#6717) Moved the dialog APIs to its own plugin in the plugins-workspace repository.
  • 39f1b04f(#6943) Moved the event JS APIs to a plugin.
  • fc4d687e(#6716) Moved the file system APIs to its own plugin in the plugins-workspace repository.
  • f78a3783(#6742) Moved the http feature to its own plugin in the plugins-workspace repository.
  • 29ce9ce2(#6902) Moved the os feature to its own plugin in the plugins-workspace repository.
  • 60cf9ed2(#6905) Moved the process feature to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Moved the protocol scope configuration to the asset_protocol field in SecurityConfig.
  • 96639ca2(#6749) Moved the shell functionality to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Moved the updater configuration to the BundleConfig.
  • b072daa3(#6919) Moved the updater feature to its own plugin in the plugins-workspace repository.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • d693e526(#6780) Added the onNewIntent Plugin hook on Android.
  • 34b8f339(#6705) Add app method for the PluginApi struct.
  • 96639ca2(#6749) Moved the tauri::api::process module to tauri::process.
  • cdad6e08(#6774) Changed how the tauri-android dependency is injected. This requires the gen/android project to be recreated.
  • e1e85dc2(#6925) Removed the allowlist configuration.
  • cebd7526(#6728) Moved the clipboard feature to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Removed extract and move APIs from tauri::api::file.
  • 3f17ee82(#6737) Moved the global-shortcut feature to its own plugin in the plugins-workspace repository.
  • ae102980(#6719) Refactor the Context conditional fields and only parse the tray icon on desktop.
  • 2d5378bf(#6717) Remove the updater's dialog option.
  • e1e85dc2(#6925) Removed UpdaterEvent. See tauri-plugin-updater for new usage.
  • 9a79dc08(#6947) Moved the window JS APIs to its own plugin in the plugins-workspace repository.
  • 22a76338(#6713) Expose SafePathBuf typ...
Read more

tauri-utils v2.0.0-alpha.5

18 May 12:25
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.5]

  • 9a79dc08(#6947) Remove enable_tauri_api from the IPC scope.
  • 09376af5(#6704) Moved the cli feature to its own plugin in the plugins-workspace repository.
  • e1e85dc2(#6925) Moved the protocol scope configuration to the asset_protocol field in SecurityConfig.
  • e1e85dc2(#6925) Moved the updater configuration to the BundleConfig.
  • b072daa3(#6919) Moved the updater feature to its own plugin in the plugins-workspace repository.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • e1e85dc2(#6925) Removed the allowlist configuration.
  • 2d5378bf(#6717) Remove the updater's dialog option.

Cargo Publish

Updating crates.io index
   Packaging tauri-utils v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-utils)
   Verifying tauri-utils v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-utils)
 Downloading crates ...
  Downloaded phf_generator v0.10.0
  Downloaded convert_case v0.4.0
  Downloaded rustc_version v0.4.0
  Downloaded rand_core v0.6.4
  Downloaded json-patch v1.0.0
  Downloaded stable_deref_trait v1.2.0
  Downloaded servo_arc v0.1.1
  Downloaded precomputed-hash v0.1.1
  Downloaded siphasher v0.3.10
  Downloaded rand v0.8.5
  Downloaded proc-macro-hack v0.5.20+deprecated
  Downloaded string_cache v0.8.7
  Downloaded rand_chacha v0.3.1
  Downloaded treediff v4.0.2
  Downloaded markup5ever v0.10.1
  Downloaded uuid v1.3.3
  Downloaded thin-slice v0.1.1
  Downloaded tendril v0.4.3
  Downloaded time v0.3.21
  Downloaded time-macros v0.2.9
  Downloaded rand_core v0.5.1
  Downloaded dtoa v0.4.8
  Downloaded phf_macros v0.8.0
  Downloaded ppv-lite86 v0.2.17
  Downloaded time-core v0.1.1
  Downloaded parking_lot v0.12.1
  Downloaded fnv v1.0.7
  Downloaded ctor v0.1.26
  Downloaded num-traits v0.2.15
  Downloaded phf_shared v0.10.0
  Downloaded darling v0.20.1
  Downloaded derive_more v0.99.17
  Downloaded iana-time-zone v0.1.56
  Downloaded darling_core v0.20.1
  Downloaded dtoa-short v0.3.3
  Downloaded nodrop v0.1.14
  Downloaded rand_chacha v0.2.2
  Downloaded utf-8 v0.7.6
  Downloaded phf_generator v0.8.0
  Downloaded phf v0.10.1
  Downloaded phf_macros v0.10.0
  Downloaded darling_macro v0.20.1
  Downloaded phf_codegen v0.8.0
  Downloaded matches v0.1.10
  Downloaded new_debug_unreachable v1.0.4
  Downloaded parking_lot_core v0.9.7
  Downloaded fxhash v0.2.1
  Downloaded phf v0.8.0
  Downloaded mac v0.1.1
  Downloaded kuchiki v0.8.1
  Downloaded infer v0.12.0
  Downloaded getrandom v0.1.16
  Downloaded num-integer v0.1.45
  Downloaded lock_api v0.4.9
  Downloaded serde_with_macros v2.3.3
  Downloaded selectors v0.22.0
  Downloaded getrandom v0.2.9
  Downloaded futf v0.1.5
  Downloaded cssparser v0.27.2
  Downloaded html5ever v0.25.2
  Downloaded itoa v0.4.8
  Downloaded cfb v0.7.3
  Downloaded serde_with v2.3.3
  Downloaded chrono v0.4.24
  Downloaded string_cache_codegen v0.5.2
  Downloaded rand_pcg v0.2.1
  Downloaded cssparser-macros v0.6.0
  Downloaded rand v0.7.3
  Downloaded phf_shared v0.8.0
   Compiling proc-macro2 v1.0.58
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.27
   Compiling libc v0.2.144
   Compiling cfg-if v1.0.0
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling syn v2.0.16
   Compiling rand_core v0.5.1
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.8.0
   Compiling rand v0.7.3
   Compiling getrandom v0.2.9
   Compiling rand_core v0.6.4
   Compiling serde v1.0.163
   Compiling phf_generator v0.8.0
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_chacha v0.3.1
   Compiling serde_derive v1.0.163
   Compiling phf_shared v0.10.0
   Compiling rand v0.8.5
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling autocfg v1.1.0
   Compiling smallvec v1.10.0
   Compiling lock_api v0.4.9
   Compiling fnv v1.0.7
   Compiling parking_lot_core v0.9.7
   Compiling phf_macros v0.8.0
   Compiling scopeguard v1.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling log v0.4.17
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling precomputed-hash v0.1.1
   Compiling mac v0.1.1
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling byteorder v1.4.3
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling markup5ever v0.10.1
   Compiling parking_lot v0.12.1
   Compiling cssparser v0.27.2
   Compiling utf-8 v0.7.6
   Compiling once_cell v1.17.1
   Compiling dtoa v0.4.8
   Compiling tinyvec_macros v0.1.1
   Compiling serde_json v1.0.96
   Compiling tinyvec v1.6.0
   Compiling dtoa-short v0.3.3
   Compiling string_cache v0.8.7
   Compiling tendril v0.4.3
   Compiling darling_macro v0.20.1
   Compiling selectors v0.22.0
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling ryu v1.0.13
   Compiling itoa v1.0.6
   Compiling matches v0.1.10
   Compiling thiserror v1.0.40
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v0.4.8
   Compiling nodrop v0.1.14
   Compiling convert_case v0.4.0
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling darling v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling fxhash v0.2.1
   Compiling thiserror-impl v1.0.40
   Compiling semver v1.0.17
   Compiling memchr v2.5.0
   Compiling thin-slice v0.1.1
   Compiling bitflags v1.3.2
   Compiling unicode-bidi v0.3.13
   Compiling percent-encoding v2.2.0
   Compiling uuid v1.3.3
   Compiling form_urlencoded v1.1.0
   Compiling cfb v0.7.3
   Compiling idna v0.3.0
   Compiling serde_with_macros v2.3.3
   Compiling treediff v4.0.2
   Compiling phf_macros v0.10.0
   Compiling serde_with v2.3.3
   Compiling phf v0.10.1
   Compiling json-patch v1.0.0
   Compiling kuchiki v0.8.1
   Compiling url v2.3.1
   Compiling infer v0.12.0
   Compiling ctor v0.1.26
   Compiling heck v0.4.1
   Compiling tauri-utils v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-utils-2.0.0-alpha.5)
    Finished dev [unoptimized + debuginfo] target(s) in 40.62s
    Packaged 19 files, 166.5KiB (45.2KiB compressed)
   Uploading tauri-utils v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-utils)
    Updating crates.io index
     Waiting on `tauri-utils` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

tauri-runtime-wry v0.13.0-alpha.5

18 May 12:32
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[0.13.0-alpha.5]

  • 39f1b04f(#6943) Moved the event JS APIs to a plugin.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • cebd7526(#6728) Moved the clipboard feature to its own plugin in the plugins-workspace repository.
  • 3f17ee82(#6737) Moved the global-shortcut feature to its own plugin in the plugins-workspace repository.
  • 31444ac1(#6725) Update wry to 0.28

Cargo Publish

Updating crates.io index
   Packaging tauri-runtime-wry v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
   Verifying tauri-runtime-wry v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
 Downloading crates ...
  Downloaded x11-dl v2.21.0
  Downloaded x11 v2.21.0
  Downloaded gdkx11-sys v0.16.0
  Downloaded javascriptcore-rs-sys v0.5.1
  Downloaded instant v0.1.12
  Downloaded soup3-sys v0.3.1
  Downloaded gdkwayland-sys v0.16.0
  Downloaded javascriptcore-rs v0.17.0
  Downloaded webkit2gtk-sys v0.19.1
  Downloaded webkit2gtk v0.19.2
  Downloaded wry v0.28.3
  Downloaded tao v0.19.1
  Downloaded soup3 v0.3.2
  Downloaded tauri-runtime v0.13.0-alpha.5
   Compiling proc-macro2 v1.0.58
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.27
   Compiling autocfg v1.1.0
   Compiling syn v2.0.16
   Compiling serde v1.0.163
   Compiling smallvec v1.10.0
   Compiling indexmap v1.9.3
   Compiling pkg-config v0.3.27
   Compiling libc v0.2.144
   Compiling hashbrown v0.12.3
   Compiling winnow v0.4.6
   Compiling target-lexicon v0.12.7
   Compiling serde_derive v1.0.163
   Compiling heck v0.4.1
   Compiling cfg-expr v0.15.1
   Compiling version-compare v0.1.1
   Compiling cfg-if v1.0.0
   Compiling syn v1.0.109
   Compiling toml_datetime v0.6.1
   Compiling serde_spanned v0.6.1
   Compiling toml_edit v0.19.8
   Compiling once_cell v1.17.1
   Compiling ppv-lite86 v0.2.17
   Compiling version_check v0.9.4
   Compiling toml v0.7.3
   Compiling system-deps v6.1.0
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling glib-sys v0.16.3
   Compiling gobject-sys v0.16.3
   Compiling gio-sys v0.16.3
   Compiling proc-macro-error-attr v1.0.4
   Compiling getrandom v0.2.9
   Compiling futures-core v0.3.28
   Compiling bitflags v1.3.2
   Compiling rand_core v0.5.1
   Compiling gdk-sys v0.16.0
   Compiling proc-macro-error v1.0.4
   Compiling slab v0.4.8
   Compiling thiserror v1.0.40
   Compiling futures-task v0.3.28
   Compiling anyhow v1.0.71
   Compiling thiserror-impl v1.0.40
   Compiling futures-util v0.3.28
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling proc-macro-crate v1.3.1
   Compiling futures-macro v0.3.28
   Compiling pin-project-lite v0.2.9
   Compiling pin-utils v0.1.0
   Compiling futures-channel v0.3.28
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling phf_generator v0.8.0
   Compiling glib-macros v0.16.8
   Compiling futures-executor v0.3.28
   Compiling pango-sys v0.16.3
   Compiling gdk-pixbuf-sys v0.16.3
   Compiling atk-sys v0.16.0
   Compiling cairo-sys-rs v0.16.3
   Compiling glib v0.16.7
   Compiling rand_core v0.6.4
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_chacha v0.3.1
   Compiling phf_shared v0.10.0
   Compiling semver v1.0.17
   Compiling rand v0.8.5
   Compiling gtk-sys v0.16.0
   Compiling lock_api v0.4.9
   Compiling gio v0.16.7
   Compiling parking_lot_core v0.9.7
   Compiling fnv v1.0.7
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling scopeguard v1.1.0
   Compiling futures-io v0.3.28
   Compiling log v0.4.17
   Compiling parking_lot v0.12.1
   Compiling rustc_version v0.4.0
   Compiling phf_macros v0.8.0
   Compiling memoffset v0.8.0
   Compiling new_debug_unreachable v1.0.4
   Compiling phf v0.8.0
   Compiling field-offset v0.3.5
   Compiling string_cache_codegen v0.5.2
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling itoa v1.0.6
   Compiling byteorder v1.4.3
   Compiling tinyvec_macros v0.1.1
   Compiling serde_json v1.0.96
   Compiling tinyvec v1.6.0
   Compiling pango v0.16.5
   Compiling gdk-pixbuf v0.16.7
   Compiling futf v0.1.5
   Compiling darling_core v0.20.1
   Compiling markup5ever v0.10.1
   Compiling cairo-rs v0.16.7
   Compiling uuid v1.3.3
   Compiling soup3-sys v0.3.1
   Compiling javascriptcore-rs-sys v0.5.1
   Compiling cssparser v0.27.2
   Compiling gtk v0.16.2
   Compiling ryu v1.0.13
   Compiling crc32fast v1.3.2
   Compiling simd-adler32 v0.3.5
   Compiling dtoa v0.4.8
   Compiling utf-8 v0.7.6
   Compiling tendril v0.4.3
   Compiling dtoa-short v0.3.3
   Compiling gdk v0.16.2
   Compiling darling_macro v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling string_cache v0.8.7
   Compiling atk v0.16.0
   Compiling selectors v0.22.0
   Compiling gtk3-macros v0.16.3
   Compiling webkit2gtk-sys v0.19.1
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling x11 v2.21.0
   Compiling percent-encoding v2.2.0
   Compiling adler v1.0.2
   Compiling crossbeam-utils v0.8.15
   Compiling nodrop v0.1.14
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v0.4.8
   Compiling unicode-bidi v0.3.13
   Compiling convert_case v0.4.0
   Compiling matches v0.1.10
   Compiling derive_more v0.99.17
   Compiling idna v0.3.0
   Compiling servo_arc v0.1.1
   Compiling miniz_oxide v0.7.1
   Compiling form_urlencoded v1.1.0
   Compiling darling v0.20.1
   Compiling fxhash v0.2.1
   Compiling gdkx11-sys v0.16.0
   Compiling x11-dl v2.21.0
   Compiling cc v1.0.79
   Compiling thin-slice v0.1.1
   Compiling memchr v2.5.0
   Compiling tao v0.19.1
   Compiling flate2 v1.0.26
   Compiling serde_with_macros v2.3.3
   Compiling url v2.3.1
   Compiling treediff v4.0.2
   Compiling fdeflate v0.3.0
   Compiling cfb v0.7.3
   Compiling phf_macros v0.10.0
   Compiling bytes v1.4.0
   Compiling raw-window-handle v0.5.2
   Compiling http v0.2.9
   Compiling phf v0.10.1
   Compiling infer v0.12.0
   Compiling png v0.17.8
   Compiling json-patch v1.0.0
   Compiling crossbeam-channel v0.5.8
   Compiling kuchiki v0.8.1
   Compiling serde_with v2.3.3
   Compiling javascriptcore-rs v0.17.0
   Compiling soup3 v0.3.2
   Compiling gdkwayland-sys v0.16.0
   Compiling ctor v0.1.26
   Compiling instant v0.1.12
   Compiling tauri-runtime v0.13.0-alpha.5
   Compiling lazy_static v1.4.0
   Compiling wry v0.28.3
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling webkit2gtk v0.19.2
   Compiling http-range v0.1.5
   Compiling tauri-runtime-wry v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-runtime-wry-0.13.0-alpha.5)
    Finished dev [unoptimized + debuginfo] target(s) in 2m 10s
    Packaged 10 files, 121.8KiB (27.5KiB compressed)
   Uploading tauri-runtime-wry v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
    Updating crates.io index
     Waiting on `tauri-runtime-wry` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

tauri-runtime v0.13.0-alpha.5

18 May 12:30
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[0.13.0-alpha.5]

  • 39f1b04f(#6943) Moved the event JS APIs to a plugin.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • cebd7526(#6728) Moved the clipboard feature to its own plugin in the plugins-workspace repository.
  • 3f17ee82(#6737) Moved the global-shortcut feature to its own plugin in the plugins-workspace repository.

Cargo Publish

Updating crates.io index
   Packaging tauri-runtime v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime)
   Verifying tauri-runtime v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime)
 Downloading crates ...
  Downloaded gtk3-macros v0.16.3
  Downloaded http-range v0.1.5
  Downloaded gdk v0.16.2
  Downloaded version-compare v0.1.1
  Downloaded proc-macro-crate v1.3.1
  Downloaded slab v0.4.8
  Downloaded raw-window-handle v0.5.2
  Downloaded pin-utils v0.1.0
  Downloaded futures-task v0.3.28
  Downloaded gdk-pixbuf-sys v0.16.3
  Downloaded target-lexicon v0.12.7
  Downloaded futures-macro v0.3.28
  Downloaded futures-io v0.3.28
  Downloaded cairo-sys-rs v0.16.3
  Downloaded atk-sys v0.16.0
  Downloaded system-deps v6.1.0
  Downloaded gobject-sys v0.16.3
  Downloaded field-offset v0.3.5
  Downloaded cfg-expr v0.15.1
  Downloaded gdk-pixbuf v0.16.7
  Downloaded pango-sys v0.16.3
  Downloaded futures-executor v0.3.28
  Downloaded futures-channel v0.3.28
  Downloaded pango v0.16.5
  Downloaded atk v0.16.0
  Downloaded glib-macros v0.16.8
  Downloaded cairo-rs v0.16.7
  Downloaded gio-sys v0.16.3
  Downloaded gdk-sys v0.16.0
  Downloaded http v0.2.9
  Downloaded gtk-sys v0.16.0
  Downloaded glib-sys v0.16.3
  Downloaded futures-util v0.3.28
  Downloaded gio v0.16.7
  Downloaded gtk v0.16.2
  Downloaded glib v0.16.7
   Compiling proc-macro2 v1.0.58
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.27
   Compiling autocfg v1.1.0
   Compiling syn v2.0.16
   Compiling serde v1.0.163
   Compiling libc v0.2.144
   Compiling smallvec v1.10.0
   Compiling indexmap v1.9.3
   Compiling hashbrown v0.12.3
   Compiling winnow v0.4.6
   Compiling target-lexicon v0.12.7
   Compiling heck v0.4.1
   Compiling serde_derive v1.0.163
   Compiling pkg-config v0.3.27
   Compiling cfg-expr v0.15.1
   Compiling version-compare v0.1.1
   Compiling cfg-if v1.0.0
   Compiling syn v1.0.109
   Compiling serde_spanned v0.6.1
   Compiling toml_datetime v0.6.1
   Compiling toml_edit v0.19.8
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling toml v0.7.3
   Compiling system-deps v6.1.0
   Compiling getrandom v0.1.16
   Compiling rand_core v0.5.1
   Compiling glib-sys v0.16.3
   Compiling gobject-sys v0.16.3
   Compiling getrandom v0.2.9
   Compiling version_check v0.9.4
   Compiling once_cell v1.17.1
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling phf_generator v0.8.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling gio-sys v0.16.3
   Compiling futures-core v0.3.28
   Compiling proc-macro-error v1.0.4
   Compiling rand_core v0.6.4
   Compiling slab v0.4.8
   Compiling thiserror v1.0.40
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling futures-task v0.3.28
   Compiling anyhow v1.0.71
   Compiling rand_chacha v0.3.1
   Compiling phf_shared v0.10.0
   Compiling thiserror-impl v1.0.40
   Compiling bitflags v1.3.2
   Compiling futures-util v0.3.28
   Compiling rand v0.8.5
   Compiling proc-macro-crate v1.3.1
   Compiling futures-macro v0.3.28
   Compiling pin-utils v0.1.0
   Compiling pin-project-lite v0.2.9
   Compiling futures-channel v0.3.28
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling fnv v1.0.7
   Compiling glib-macros v0.16.8
   Compiling futures-executor v0.3.28
   Compiling lock_api v0.4.9
   Compiling semver v1.0.17
   Compiling parking_lot_core v0.9.7
   Compiling glib v0.16.7
   Compiling phf_macros v0.8.0
   Compiling cairo-sys-rs v0.16.3
   Compiling pango-sys v0.16.3
   Compiling gdk-sys v0.16.0
   Compiling gdk-pixbuf-sys v0.16.3
   Compiling atk-sys v0.16.0
   Compiling log v0.4.17
   Compiling new_debug_unreachable v1.0.4
   Compiling scopeguard v1.1.0
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling mac v0.1.1
   Compiling ident_case v1.0.1
   Compiling strsim v0.10.0
   Compiling gio v0.16.7
   Compiling precomputed-hash v0.1.1
   Compiling byteorder v1.4.3
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling markup5ever v0.10.1
   Compiling parking_lot v0.12.1
   Compiling cssparser v0.27.2
   Compiling itoa v1.0.6
   Compiling serde_json v1.0.96
   Compiling futures-io v0.3.28
   Compiling dtoa v0.4.8
   Compiling utf-8 v0.7.6
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.6.0
   Compiling tendril v0.4.3
   Compiling dtoa-short v0.3.3
   Compiling string_cache v0.8.7
   Compiling darling_macro v0.20.1
   Compiling rustc_version v0.4.0
   Compiling selectors v0.22.0
   Compiling gtk-sys v0.16.0
   Compiling html5ever v0.25.2
   Compiling cssparser-macros v0.6.0
   Compiling memoffset v0.8.0
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling ryu v1.0.13
   Compiling stable_deref_trait v1.2.0
   Compiling convert_case v0.4.0
   Compiling matches v0.1.10
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling field-offset v0.3.5
   Compiling darling v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling fxhash v0.2.1
   Compiling uuid v1.3.3
   Compiling unicode-bidi v0.3.13
   Compiling thin-slice v0.1.1
   Compiling percent-encoding v2.2.0
   Compiling memchr v2.5.0
   Compiling form_urlencoded v1.1.0
   Compiling idna v0.3.0
   Compiling cfb v0.7.3
   Compiling serde_with_macros v2.3.3
   Compiling treediff v4.0.2
   Compiling gdk-pixbuf v0.16.7
   Compiling pango v0.16.5
   Compiling cairo-rs v0.16.7
   Compiling phf_macros v0.10.0
   Compiling gtk v0.16.2
   Compiling phf v0.10.1
   Compiling gdk v0.16.2
   Compiling json-patch v1.0.0
   Compiling serde_with v2.3.3
   Compiling kuchiki v0.8.1
   Compiling infer v0.12.0
   Compiling url v2.3.1
   Compiling atk v0.16.0
   Compiling gtk3-macros v0.16.3
   Compiling ctor v0.1.26
   Compiling bytes v1.4.0
   Compiling tauri-runtime v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-runtime-0.13.0-alpha.5)
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling http v0.2.9
   Compiling raw-window-handle v0.5.2
   Compiling http-range v0.1.5
    Finished dev [unoptimized + debuginfo] target(s) in 1m 57s
    Packaged 16 files, 99.6KiB (25.1KiB compressed)
   Uploading tauri-runtime v0.13.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-runtime)
    Updating crates.io index
     Waiting on `tauri-runtime` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

tauri-macros v2.0.0-alpha.5

18 May 12:35
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.5]

  • 7a4b1fb9(#6839) Added support to attibutes for each command path in the generate_handler macro.
  • 96639ca2(#6749) Moved the shell functionality to its own plugin in the plugins-workspace repository.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • 9a79dc08(#6947) Removed the module command macros.

Cargo Publish

Updating crates.io index
   Packaging tauri-macros v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-macros)
   Verifying tauri-macros v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-macros)
 Downloading crates ...
  Downloaded tauri-codegen v2.0.0-alpha.5
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.58
   Compiling quote v1.0.27
   Compiling unicode-ident v1.0.8
   Compiling libc v0.2.144
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling syn v2.0.16
   Compiling rand_core v0.5.1
   Compiling getrandom v0.2.9
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling rand_core v0.6.4
   Compiling serde v1.0.163
   Compiling phf_generator v0.8.0
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_chacha v0.3.1
   Compiling serde_derive v1.0.163
   Compiling phf_shared v0.10.0
   Compiling rand v0.8.5
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling autocfg v1.1.0
   Compiling smallvec v1.10.0
   Compiling lock_api v0.4.9
   Compiling fnv v1.0.7
   Compiling parking_lot_core v0.9.7
   Compiling phf_macros v0.8.0
   Compiling scopeguard v1.1.0
   Compiling log v0.4.17
   Compiling byteorder v1.4.3
   Compiling version_check v0.9.4
   Compiling typenum v1.16.0
   Compiling new_debug_unreachable v1.0.4
   Compiling generic-array v0.14.7
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling strsim v0.10.0
   Compiling mac v0.1.1
   Compiling ident_case v1.0.1
   Compiling precomputed-hash v0.1.1
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling markup5ever v0.10.1
   Compiling parking_lot v0.12.1
   Compiling cssparser v0.27.2
   Compiling serde_json v1.0.96
   Compiling simd-adler32 v0.3.5
   Compiling utf-8 v0.7.6
   Compiling tinyvec_macros v0.1.1
   Compiling bitflags v1.3.2
   Compiling once_cell v1.17.1
   Compiling crc32fast v1.3.2
   Compiling dtoa v0.4.8
   Compiling dtoa-short v0.3.3
   Compiling string_cache v0.8.7
   Compiling tinyvec v1.6.0
   Compiling tendril v0.4.3
   Compiling darling_macro v0.20.1
   Compiling selectors v0.22.0
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling thiserror v1.0.40
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling itoa v1.0.6
   Compiling matches v0.1.10
   Compiling adler v1.0.2
   Compiling ryu v1.0.13
   Compiling stable_deref_trait v1.2.0
   Compiling convert_case v0.4.0
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling miniz_oxide v0.7.1
   Compiling darling v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling fxhash v0.2.1
   Compiling uuid v1.3.3
   Compiling thiserror-impl v1.0.40
   Compiling unicode-bidi v0.3.13
   Compiling memchr v2.5.0
   Compiling thin-slice v0.1.1
   Compiling percent-encoding v2.2.0
   Compiling semver v1.0.17
   Compiling form_urlencoded v1.1.0
   Compiling idna v0.3.0
   Compiling cfb v0.7.3
   Compiling flate2 v1.0.26
   Compiling serde_with_macros v2.3.3
   Compiling treediff v4.0.2
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling fdeflate v0.3.0
   Compiling phf_macros v0.10.0
   Compiling serde_with v2.3.3
   Compiling phf v0.10.1
   Compiling png v0.17.8
   Compiling digest v0.10.6
   Compiling json-patch v1.0.0
   Compiling kuchiki v0.8.1
   Compiling infer v0.12.0
   Compiling url v2.3.1
   Compiling ctor v0.1.26
   Compiling cpufeatures v0.2.7
   Compiling heck v0.4.1
   Compiling same-file v1.0.6
   Compiling walkdir v2.3.3
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling sha2 v0.10.6
   Compiling ico v0.3.0
   Compiling base64 v0.21.0
   Compiling tauri-codegen v2.0.0-alpha.5
   Compiling tauri-macros v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-macros-2.0.0-alpha.5)
    Finished dev [unoptimized + debuginfo] target(s) in 43.12s
    Packaged 13 files, 36.9KiB (12.4KiB compressed)
   Uploading tauri-macros v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-macros)
    Updating crates.io index
     Waiting on `tauri-macros` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

tauri-codegen v2.0.0-alpha.5

18 May 12:33
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.5]

  • 96639ca2(#6749) Moved the shell functionality to its own plugin in the plugins-workspace repository.
  • 3188f376(#6883) Bump the MSRV to 1.65.
  • ae102980(#6719) Refactor the Context conditional fields and only parse the tray icon on desktop.

Cargo Publish

Updating crates.io index
   Packaging tauri-codegen v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-codegen)
   Verifying tauri-codegen v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-codegen)
 Downloading crates ...
  Downloaded alloc-no-stdlib v2.0.4
  Downloaded alloc-stdlib v0.2.2
  Downloaded base64 v0.21.0
  Downloaded brotli-decompressor v2.3.4
  Downloaded ico v0.3.0
  Downloaded brotli v3.3.4
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.58
   Compiling quote v1.0.27
   Compiling unicode-ident v1.0.8
   Compiling libc v0.2.144
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling syn v2.0.16
   Compiling rand_core v0.5.1
   Compiling getrandom v0.2.9
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling phf_shared v0.8.0
   Compiling rand v0.7.3
   Compiling rand_core v0.6.4
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling phf_generator v0.8.0
   Compiling serde v1.0.163
   Compiling rand_chacha v0.3.1
   Compiling serde_derive v1.0.163
   Compiling phf_shared v0.10.0
   Compiling rand v0.8.5
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling smallvec v1.10.0
   Compiling autocfg v1.1.0
   Compiling lock_api v0.4.9
   Compiling fnv v1.0.7
   Compiling parking_lot_core v0.9.7
   Compiling phf_macros v0.8.0
   Compiling byteorder v1.4.3
   Compiling new_debug_unreachable v1.0.4
   Compiling typenum v1.16.0
   Compiling scopeguard v1.1.0
   Compiling log v0.4.17
   Compiling version_check v0.9.4
   Compiling generic-array v0.14.7
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling futf v0.1.5
   Compiling darling_core v0.20.1
   Compiling markup5ever v0.10.1
   Compiling parking_lot v0.12.1
   Compiling cssparser v0.27.2
   Compiling utf-8 v0.7.6
   Compiling crc32fast v1.3.2
   Compiling once_cell v1.17.1
   Compiling tinyvec_macros v0.1.1
   Compiling bitflags v1.3.2
   Compiling dtoa v0.4.8
   Compiling simd-adler32 v0.3.5
   Compiling serde_json v1.0.96
   Compiling dtoa-short v0.3.3
   Compiling tinyvec v1.6.0
   Compiling string_cache v0.8.7
   Compiling tendril v0.4.3
   Compiling darling_macro v0.20.1
   Compiling selectors v0.22.0
   Compiling html5ever v0.25.2
   Compiling cssparser-macros v0.6.0
   Compiling adler v1.0.2
   Compiling stable_deref_trait v1.2.0
   Compiling alloc-no-stdlib v2.0.4
   Compiling thiserror v1.0.40
   Compiling nodrop v0.1.14
   Compiling ryu v1.0.13
   Compiling convert_case v0.4.0
   Compiling itoa v1.0.6
   Compiling itoa v0.4.8
   Compiling matches v0.1.10
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling alloc-stdlib v0.2.2
   Compiling miniz_oxide v0.7.1
   Compiling darling v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling fxhash v0.2.1
   Compiling uuid v1.3.3
   Compiling thiserror-impl v1.0.40
   Compiling semver v1.0.17
   Compiling unicode-bidi v0.3.13
   Compiling percent-encoding v2.2.0
   Compiling memchr v2.5.0
   Compiling thin-slice v0.1.1
   Compiling form_urlencoded v1.1.0
   Compiling idna v0.3.0
   Compiling cfb v0.7.3
   Compiling flate2 v1.0.26
   Compiling serde_with_macros v2.3.3
   Compiling brotli-decompressor v2.3.4
   Compiling treediff v4.0.2
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.6
   Compiling fdeflate v0.3.0
   Compiling phf_macros v0.10.0
   Compiling png v0.17.8
   Compiling phf v0.10.1
   Compiling digest v0.10.6
   Compiling brotli v3.3.4
   Compiling json-patch v1.0.0
   Compiling serde_with v2.3.3
   Compiling kuchiki v0.8.1
   Compiling infer v0.12.0
   Compiling url v2.3.1
   Compiling ctor v0.1.26
   Compiling heck v0.4.1
   Compiling same-file v1.0.6
   Compiling cpufeatures v0.2.7
   Compiling sha2 v0.10.6
   Compiling walkdir v2.3.3
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling ico v0.3.0
   Compiling base64 v0.21.0
   Compiling tauri-codegen v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-codegen-2.0.0-alpha.5)
    Finished dev [unoptimized + debuginfo] target(s) in 48.01s
    Packaged 11 files, 62.3KiB (19.0KiB compressed)
   Uploading tauri-codegen v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-codegen)
    Updating crates.io index
     Waiting on `tauri-codegen` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index

tauri-bundler v2.0.0-alpha.5

18 May 12:27
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.5]

  • 2d5378bf(#6717) Removed the UpdaterSettings::dialog field.

  • 6a6b1388(#6853) Correctly escape XML for resource files in WiX bundler.

  • 3188f376(#6883) Bump the MSRV to 1.65.

  • 422b4817(#6871) Added the following languages to the NSIS bundler:

    • Spanish
    • SpanishInternational
  • 2915bd06(#6854) Correctly escape arguments in NSIS script to fix bundling apps that use non-default WebView2 install modes.

Cargo Publish

Updating crates.io index
   Packaging tauri-bundler v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/tooling/bundler)
   Verifying tauri-bundler v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/tooling/bundler)
 Downloading crates ...
  Downloaded simd-adler32 v0.3.5
  Downloaded sha1_smol v1.0.0
  Downloaded lebe v0.5.2
  Downloaded sha2 v0.10.6
  Downloaded pin-project v1.1.0
  Downloaded pest_derive v2.6.0
  Downloaded md5 v0.7.0
  Downloaded base64ct v1.6.0
  Downloaded typenum v1.16.0
  Downloaded pest_meta v2.6.0
  Downloaded pin-project-internal v1.1.0
  Downloaded bit_field v0.10.2
  Downloaded spin v0.9.8
  Downloaded glob v0.3.1
  Downloaded qoi v0.4.1
  Downloaded bzip2 v0.4.4
  Downloaded libflate v1.3.0
  Downloaded futures-core v0.3.28
  Downloaded tar v0.4.38
  Downloaded miniz_oxide v0.7.1
  Downloaded half v2.2.1
  Downloaded fastrand v1.9.0
  Downloaded adler32 v1.2.0
  Downloaded xattr v0.2.3
  Downloaded subtle v2.4.1
  Downloaded same-file v1.0.6
  Downloaded color_quant v1.1.0
  Downloaded constant_time_eq v0.1.5
  Downloaded ar v0.9.0
  Downloaded cipher v0.4.4
  Downloaded walkdir v2.3.3
  Downloaded fdeflate v0.3.0
  Downloaded futures-sink v0.3.28
  Downloaded pest_generator v2.6.0
  Downloaded os_pipe v1.1.4
  Downloaded block-buffer v0.10.4
  Downloaded bytemuck v1.13.1
  Downloaded zstd v0.11.2+zstd.1.5.2
  Downloaded value-bag v1.0.0-alpha.9
  Downloaded crypto-common v0.1.6
  Downloaded generic-array v0.14.7
  Downloaded cpufeatures v0.2.7
  Downloaded tempfile v3.5.0
  Downloaded ucd-trie v0.1.5
  Downloaded num-rational v0.4.1
  Downloaded crc32fast v1.3.2
  Downloaded filetime v0.2.21
  Downloaded libflate_lz77 v1.2.0
  Downloaded inout v0.1.3
  Downloaded sha1 v0.10.5
  Downloaded weezl v0.1.7
  Downloaded hmac v0.12.1
  Downloaded zstd-safe v5.0.2+zstd.1.5.2
  Downloaded pbkdf2 v0.11.0
  Downloaded nanorand v0.7.0
  Downloaded zip v0.6.6
  Downloaded digest v0.10.6
  Downloaded flume v0.10.14
  Downloaded zune-inflate v0.2.54
  Downloaded password-hash v0.4.2
  Downloaded rle-decode-fast v1.0.3
  Downloaded pest v2.6.0
  Downloaded handlebars v4.3.7
  Downloaded flate2 v1.0.26
  Downloaded png v0.17.8
  Downloaded aes v0.8.2
  Downloaded exr v1.6.3
  Downloaded image v0.24.6
  Downloaded bzip2-sys v0.1.11+1.0.8
  Downloaded gif v0.12.0
  Downloaded zstd-sys v2.0.8+zstd.1.5.5
  Downloaded jpeg-decoder v0.3.0
  Downloaded tiff v0.8.1
  Downloaded encoding_rs v0.8.32
  Downloaded tauri-utils v2.0.0-alpha.5
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.58
   Compiling quote v1.0.27
   Compiling unicode-ident v1.0.8
   Compiling libc v0.2.144
   Compiling autocfg v1.1.0
   Compiling syn v2.0.16
   Compiling version_check v0.9.4
   Compiling syn v1.0.109
   Compiling ppv-lite86 v0.2.17
   Compiling jobserver v0.1.26
   Compiling siphasher v0.3.10
   Compiling cc v1.0.79
   Compiling getrandom v0.1.16
   Compiling scopeguard v1.1.0
   Compiling once_cell v1.17.1
   Compiling phf_shared v0.8.0
   Compiling rand_core v0.5.1
   Compiling typenum v1.16.0
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling serde v1.0.163
   Compiling rand v0.7.3
   Compiling serde_derive v1.0.163
   Compiling phf_generator v0.8.0
   Compiling generic-array v0.14.7
   Compiling getrandom v0.2.9
   Compiling rand_core v0.6.4
   Compiling lock_api v0.4.9
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_chacha v0.3.1
   Compiling phf_shared v0.10.0
   Compiling value-bag v1.0.0-alpha.9
   Compiling pkg-config v0.3.27
   Compiling smallvec v1.10.0
   Compiling crossbeam-utils v0.8.15
   Compiling rand v0.8.5
   Compiling ctor v0.1.26
   Compiling memoffset v0.8.0
   Compiling log v0.4.17
   Compiling simd-adler32 v0.3.5
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling crossbeam-epoch v0.9.14
   Compiling crc32fast v1.3.2
   Compiling thiserror v1.0.40
   Compiling adler v1.0.2
   Compiling crypto-common v0.1.6
   Compiling ring v0.16.20
   Compiling thiserror-impl v1.0.40
   Compiling fnv v1.0.7
   Compiling parking_lot_core v0.9.7
   Compiling byteorder v1.4.3
   Compiling phf_macros v0.8.0
   Compiling new_debug_unreachable v1.0.4
   Compiling subtle v2.4.1
   Compiling bitflags v1.3.2
   Compiling rayon-core v1.11.0
   Compiling crossbeam-deque v0.8.3
   Compiling phf v0.8.0
   Compiling miniz_oxide v0.7.1
   Compiling crossbeam-channel v0.5.8
   Compiling string_cache_codegen v0.5.2
   Compiling zstd-sys v2.0.8+zstd.1.5.5
   Compiling block-buffer v0.10.4
   Compiling num_cpus v1.15.0
   Compiling strsim v0.10.0
   Compiling untrusted v0.7.1
   Compiling mac v0.1.1
   Compiling ident_case v1.0.1
   Compiling spin v0.5.2
   Compiling serde_json v1.0.96
   Compiling tinyvec_macros v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling tinyvec v1.6.0
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling digest v0.10.6
   Compiling markup5ever v0.10.1
   Compiling flate2 v1.0.26
   Compiling parking_lot v0.12.1
   Compiling cssparser v0.27.2
   Compiling num-traits v0.2.15
   Compiling utf-8 v0.7.6
   Compiling dtoa v0.4.8
   Compiling futures-core v0.3.28
   Compiling cpufeatures v0.2.7
   Compiling ucd-trie v0.1.5
   Compiling ryu v1.0.13
   Compiling itoa v1.0.6
   Compiling pest v2.6.0
   Compiling dtoa-short v0.3.3
   Compiling tendril v0.4.3
   Compiling string_cache v0.8.7
   Compiling darling_macro v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling selectors v0.22.0
   Compiling bzip2-sys v0.1.11+1.0.8
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling pin-project-internal v1.1.0
   Compiling num-integer v0.1.45
   Compiling matches v0.1.10
   Compiling percent-encoding v2.2.0
   Compiling convert_case v0.4.0
   Compiling unicode-bidi v0.3.13
   Compiling stable_deref_trait v1.2.0
   Compiling either v1.8.1
   Compiling zstd-safe v5.0.2+zstd.1.5.2
   Compiling io-lifetimes v1.0.10
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling servo_arc v0.1.1
   Compiling rayon v1.7.0
   Compiling derive_more v0.99.17
   Compiling idna v0.3.0
   Compiling form_urlencoded v1.1.0
   Compiling nanorand v0.7.0
   Compiling pin-project v1.1.0
   Compiling darling v0.20.1
   Compiling pest_meta v2.6.0
   Compiling webpki v0.22.0
   Compiling fxhash v0.2.1
   Compiling spin v0.9.8
   Compiling inout v0.1.3
   Compiling num-rational v0.4.1
   Compiling rustix v0.37.19
   Compiling futures-sink v0.3.28
   Compiling weezl v0.1.7
   Compiling semver v1.0.17
   Compiling rustls v0.20.8
   Compiling thin-slice v0.1.1
   Compiling uuid v1.3.3
   Compiling memchr v2.5.0
   Compiling base64ct v1.6.0
   Compiling cfb v0.7.3
   Compiling password-hash v0.4.2
   Compiling flume v0.10.14
   Compiling cipher v0.4.4
   Compiling pest_generator v2.6.0
   Compiling serde_with_macros v2.3.3
   Compiling url v2.3.1
   Compiling jpeg-decoder v0.3.0
   Compiling treediff v4.0.2
   Compiling sha2 v0.10.6
   Compiling hmac v0.12.1
   Compiling sct v0.7.0
   Compiling miniz_oxide v0.6.2
   Compiling phf_macros v0.10.0
   Compiling zune-inflate v0.2.54
   Compiling fdeflate v0.3.0
   Compiling half v2.2.1
   Compiling linux-raw-sys v0.3.7
   Compiling bit_field v0.10.2
   Compiling time-core v0.1.1
   Compiling lebe v0.5.2
   Compiling anyhow v1.0.71
   Compiling bytemuck v1.13.1
   Compiling same-file v1.0.6
   Compiling rle-decode-fast v1.0.3
   Compiling color_quant v1.1.0
   Compiling walkdir v2.3.3
   Compiling gi...
Read more

tauri-build v2.0.0-alpha.5

18 May 12:36
d1304ff

Choose a tag to compare

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 544 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (424 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.28.3
│   └── tauri-runtime-wry 0.13.0-alpha.5
│       └── tauri 2.0.0-alpha.9
│           ├── tauri 2.0.0-alpha.9
│           └── restart 0.1.0
└── tauri-utils 2.0.0-alpha.5
    ├── tauri-tauri-config-schema 0.0.0
    ├── tauri-runtime-wry 0.13.0-alpha.5
    ├── tauri-runtime 0.13.0-alpha.5
    │   ├── tauri-runtime-wry 0.13.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri 2.0.0-alpha.9
    ├── tauri-codegen 2.0.0-alpha.5
    │   ├── tauri-macros 2.0.0-alpha.5
    │   └── tauri-build 2.0.0-alpha.5
    │       └── tauri 2.0.0-alpha.9
    ├── tauri-build 2.0.0-alpha.5
    └── tauri 2.0.0-alpha.9

warning: 1 allowed warning found

[2.0.0-alpha.5]

  • 3188f376(#6883) Bump the MSRV to 1.65.
  • 2969d1cb(#6773) Use absolute path to each Android plugin project instead of copying the files to enhance developer experience.
  • cdad6e08(#6774) Changed how the tauri-android dependency is injected. This requires the gen/android project to be recreated.
  • 5a768d5c(#6886) Remove WindowsAttributes::sdk_dir.

Cargo Publish

Updating crates.io index
   Packaging tauri-build v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-build)
 Downloading crates ...
  Downloaded embed-resource v2.1.1
  Downloaded tauri-winres v0.1.1
  Downloaded cargo_toml v0.15.2
   Compiling proc-macro2 v1.0.58
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.27
   Compiling libc v0.2.144
   Compiling cfg-if v1.0.0
   Compiling syn v2.0.16
   Compiling ppv-lite86 v0.2.17
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling serde v1.0.163
   Compiling rand_core v0.5.1
   Compiling serde_derive v1.0.163
   Compiling autocfg v1.1.0
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling phf_generator v0.8.0
   Compiling getrandom v0.2.9
   Compiling rand_core v0.6.4
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_chacha v0.3.1
   Compiling phf_shared v0.10.0
   Compiling rand v0.8.5
   Compiling phf_generator v0.10.0
   Compiling phf_codegen v0.8.0
   Compiling smallvec v1.10.0
   Compiling lock_api v0.4.9
   Compiling parking_lot_core v0.9.7
   Compiling fnv v1.0.7
   Compiling phf_macros v0.8.0
   Compiling indexmap v1.9.3
   Compiling scopeguard v1.1.0
   Compiling log v0.4.17
   Compiling new_debug_unreachable v1.0.4
   Compiling phf v0.8.0
   Compiling string_cache_codegen v0.5.2
   Compiling semver v1.0.17
   Compiling ident_case v1.0.1
   Compiling strsim v0.10.0
   Compiling mac v0.1.1
   Compiling hashbrown v0.12.3
   Compiling precomputed-hash v0.1.1
   Compiling byteorder v1.4.3
   Compiling darling_core v0.20.1
   Compiling futf v0.1.5
   Compiling markup5ever v0.10.1
   Compiling parking_lot v0.12.1
   Compiling toml_datetime v0.6.1
   Compiling serde_spanned v0.6.1
   Compiling cssparser v0.27.2
   Compiling winnow v0.4.6
   Compiling serde_json v1.0.96
   Compiling dtoa v0.4.8
   Compiling tinyvec_macros v0.1.1
   Compiling once_cell v1.17.1
   Compiling utf-8 v0.7.6
   Compiling tendril v0.4.3
   Compiling string_cache v0.8.7
   Compiling tinyvec v1.6.0
   Compiling dtoa-short v0.3.3
   Compiling toml_edit v0.19.8
   Compiling darling_macro v0.20.1
   Compiling selectors v0.22.0
   Compiling cssparser-macros v0.6.0
   Compiling html5ever v0.25.2
   Compiling itoa v0.4.8
   Compiling nodrop v0.1.14
   Compiling stable_deref_trait v1.2.0
   Compiling ryu v1.0.13
   Compiling matches v0.1.10
   Compiling thiserror v1.0.40
   Compiling convert_case v0.4.0
   Compiling itoa v1.0.6
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling toml v0.7.3
   Compiling darling v0.20.1
   Compiling unicode-normalization v0.1.22
   Compiling fxhash v0.2.1
   Compiling thiserror-impl v1.0.40
   Compiling unicode-bidi v0.3.13
   Compiling thin-slice v0.1.1
   Compiling percent-encoding v2.2.0
   Compiling memchr v2.5.0
   Compiling bitflags v1.3.2
   Compiling uuid v1.3.3
   Compiling cfb v0.7.3
   Compiling form_urlencoded v1.1.0
   Compiling idna v0.3.0
   Compiling serde_with_macros v2.3.3
   Compiling treediff v4.0.2
   Compiling rustc_version v0.4.0
   Compiling phf_macros v0.10.0
   Compiling same-file v1.0.6
   Compiling anyhow v1.0.71
   Compiling cc v1.0.79
   Compiling phf v0.10.1
   Compiling embed-resource v2.1.1
   Compiling walkdir v2.3.3
   Compiling json-patch v1.0.0
   Compiling serde_with v2.3.3
   Compiling kuchiki v0.8.1
   Compiling url v2.3.1
   Compiling infer v0.12.0
   Compiling ctor v0.1.26
   Compiling glob v0.3.1
   Compiling heck v0.4.1
   Compiling tauri-utils v2.0.0-alpha.5
   Compiling tauri-winres v0.1.1
   Compiling cargo_toml v0.15.2
   Compiling tauri-build v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/target/package/tauri-build-2.0.0-alpha.5)
    Finished dev [unoptimized + debuginfo] target(s) in 48.46s
    Packaged 12 files, 49.4KiB (15.8KiB compressed)
   Uploading tauri-build v2.0.0-alpha.5 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
     Waiting on `tauri-build` to propagate to crates.io index (ctrl-c to wait asynchronously)
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index
    Updating crates.io index